Quantcast
Jump to content


Report

  • Similar Topics

    • By Sau
      Hello,
       
      I have Samsung TV (qe55q80datxxh) with Tizen OS and unfortunately it doesn’t find necessary apps on its store. I.e. App called “TV Zone” (https://tvzone.app) - it supports Tizen OS, but on Samsung store it is not visible. Is there any way to install this app in Samsung via store or like a third party app using usb stick (is it even possible?)?
      Txanx!
    • By adem377
      Hello everyone, I hope you're doing well. I have Tizen TV 4 and 6 devices, and I would like to know how I can capture a screenshot within the Tizen system on these devices.
    • By jerry
      I have created two hosted web apps on Tizen. One serves as a launcher app, and the other functions as a receiver app, responsible for displaying the page initiated by the launcher. How can I achieve this? Any suggestions?
      (Note: Both are hosted Tizen apps.)
    • By Blackbird
      I plugged a USB microphone into TV to record external audio. In my .NET app I can detect it with AudioManager.GetConnectedDevices(). To record audio I set the privileges (microphone) and follow the instructions here:
      https://docs.tizen.org/application/dotnet/guides/multimedia/raw-audio/
      I tried both methods sync and asysnc:
      https://docs.tizen.org/application/dotnet/api/TizenFX/API11/api/Tizen.Multimedia.AudioCapture.html
      https://docs.tizen.org/application/dotnet/api/TizenFX/API11/api/Tizen.Multimedia.AsyncAudioCapture.html
      I instantiate AudioCapture or AsyncAudioCapture objects and when I invoke the Prepare() method the app crashes without any exception or error message.
      Simplified code snippet:
      AudioCapture audioCapture = new AudioCapture(44100, AudioChannel.Mono, AudioSampleType.S16Le); int bufferSize = audioCapture.GetBufferSize(); const int RecordingSec = 1; bufferSize *= 10 * RecordingSec; audioCapture.Prepare(); // THIS LINE CRASHES byte[] buffer = audioCapture.Read(bufferSize); The same result is on two different models (Tizen 6.0 and Tizen 6.5).
      How can I record audio from microphone on Tizen TV? What am I missing?
    • By Mahesh Gadhe
      my tizen app is working fine on tizen 4 same is not working on tizen 7
      when i am trying to install the app  i am getting this:
      Unable to install .please try again later .if the problem persist, reinstall the application from the install web app menu or install from usb device menu and try again.
      what  will be the issue for this  as I am not able to install the app on tizen os 7 
       
       




×
×
  • Create New...