maholli / SAM32

Feather-sized SAMD51 with M4 core serving as UART bridge to WROOM ESP32
https://maholli.github.io/SAM32/
42 stars 6 forks source link

Camera Interface #13

Open maholli opened 5 years ago

maholli commented 5 years ago

(SAMD Parallel Capture Control)

NOTE this will need to be implemented in C (as opposed to python) in order to be fast enough

maholli commented 5 years ago

This capability is made possible by the "parallel capture control" hardware on the SAMD51. See TN_158_What_Is_The_Camera_Parallel_Interface.pdf for general description of the interface

maholli commented 5 years ago

https://github.com/adafruit/SAMD51-Camera-Demo may be a good place to start.