How to change the camera resolution?
liuzhijun23 opened this issue · 2 comments
liuzhijun23 commented
I have run the project in STM32F407 success now. I find the camera resolution is 120 X 160,how to change the resolution to 240 X
320?
iliasam commented
Change UVC_TARGET_WIDTH and UVC_TARGET_HEIGHT to needed values in
https://github.com/iliasam/STM32_HOST_UVC_Camera/blob/master/HAL_source/Middlewares/ST/STM32_USB_Host_Library/Class/VIDEO/Inc/usbh_video.h
liuzhijun23 commented
Change UVC_TARGET_WIDTH and UVC_TARGET_HEIGHT to needed values in
https://github.com/iliasam/STM32_HOST_UVC_Camera/blob/master/HAL_source/Middlewares/ST/STM32_USB_Host_Library/Class/VIDEO/Inc/usbh_video.h
Thanks,This method works.