groupgets / purethermal1-uvc-capture

USB Video Class capture examples for PureThermal 1 / PureThermal 2 FLIR Lepton Dev Kit
124 stars 81 forks source link

Capture regular RGB888 frame #36

Open prkrmx opened 3 years ago

prkrmx commented 3 years ago

Hello I am trying to capture a RGB888 frames through the libraries but with no success. 2020-09-13 Ist possible to do? Cuz even if i change the flags to UYVY, there is still a grayscale image

frame_formats = uvc_get_frame_formats_by_guid(devh, VS_FMT_GUID_YUYV)
libuvc.uvc_get_stream_ctrl_format_size(devh, byref( ctrl), UVC_FRAME_FORMAT_UYVY, ...

thanks