VENC_USB UVC Stream Not Showing in Windows Camera or VLC (STM32N6570-DK)
Hello,
I am using the VENC_USB example from the STM32N6570-DK repository.
The example enumerates correctly as a UVC device — I can see the device in Windows Device Manager without any issues.
The descriptors in the example are configured for H.264 format only.
When I run the demo, the stream is visible in ffplay (so the encoder and USB transfers seem to be working).
However, the video is not visible in Windows Camera or VLC. Both detect the device, but no image is shown.
My Questions:
1.Why is the image visible only in ffplay but not in Windows Camera or VLC?
2.What changes need to be made in the UVC descriptors or stream configuration to allow Windows Camera and VLC to properly display the H.264 encoded stream?
