iliasam / STM32_HOST_UVC_Camera

Example of connecting USB Web camera to STM32F4 USB HOST
http://we.easyelectronics.ru/STM32/zahvat-izobrazheniya-s-usb-kamery-pri-pomoschi-stm32.html
GNU Lesser General Public License v3.0
138 stars 64 forks source link

STM32H7 #9

Open AnthonyGithub opened 2 years ago

AnthonyGithub commented 2 years ago

Hi, I am trying to port this project to an STM32H7. What files are specific to the STM32F4 and need modification in order to use in STM32H7?

iliasam commented 2 years ago

Sorry, it is difficult for me to say, what exactly should be changed. Firstly all this drivers: /HAL_source/Drivers - but they were generated by Cube. USB drivers should be changed too: /HAL_source/Middlewares/ST/STM32_USB_Host_Library/Core - they also generated by Cube, but I patched some of them. Probably files here are need to be changed: HAL_source/Middlewares/ST/STM32_USB_Host_Library/Class/VIDEO Also, if you are planning to work with display, you would need to rewrite all code that is used to control display.