Skip to main content
Visitor II
July 1, 2023
Solved

Azure USBX UVC Unconpressed YUY2 format

  • July 1, 2023
  • 2 replies
  • 1649 views

Hi,

I'm running an "Ux_Device video" example on NUCLEO H723ZG", but it doesn't work in Uncompressed mode.

My setup is:

MonkEastman_0-1688194146276.png

With stream2.h  like source.

Can someone help me with the configuration?... Where can I get information about this?

Regards

    This topic has been closed for replies.
    Best answer by mohamed.ayed

    Hi @Monk Eastman , Welcome to our community To stream UNCOMPRESSED video you need to configure your device with Width = 176, Height = 144, Regenerate Code with cubeMx to update device descriptor and include stream2.h insteated of stream1.h.

     

    2 replies

    Super User
    July 1, 2023

    Uncompressed - maybe data rate is too high ? check your settings.

    ST Employee
    July 3, 2023

    Hi @Monk Eastman , Welcome to our community To stream UNCOMPRESSED video you need to configure your device with Width = 176, Height = 144, Regenerate Code with cubeMx to update device descriptor and include stream2.h insteated of stream1.h.