SAM32 icon indicating copy to clipboard operation
SAM32 copied to clipboard

Camera Interface

Open maholli opened this issue 6 years ago • 2 comments

(SAMD Parallel Capture Control)

  • need more RAM to buffer entire image?
    • can we just use direct-memory-access (DMA)?
  • What camera module?
    • preferred -> OVM9724
    • easy ->OV7670

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

maholli avatar Jan 06 '19 23:01 maholli

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 avatar Jan 06 '19 23:01 maholli

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

maholli avatar Jan 06 '19 23:01 maholli