I am trying to run Tizen dotnet app which streams video from USB camera.
If is set PreviewPixelFormat to “Mjpeg” i can see the video rendering on the screen, but if i set PreviewPixelFormat to “Yuyv” video is not showing up.
Note 1: Camera which i am using supports both Yuyv and Mjpeg pixel preview formats.
Note 2: I need to stream in Yuyv format because i need to run face detection APIs which doesn’t support Mjpeg format.