Skip to content

Instantly share code, notes, and snippets.

@dglaude
Created September 26, 2022 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dglaude/3a8db77ae20c37400888e7227463d2dd to your computer and use it in GitHub Desktop.
Save dglaude/3a8db77ae20c37400888e7227463d2dd to your computer and use it in GitHub Desktop.
Should we have camera as a feature in CircuitPython download and what board?

New Feature "Camera" for CircuitPython.org/download

YES board:

Board that have a camera visible on the picture https://circuitpython.org/board/adafruit_esp32s2_camera/ https://circuitpython.org/board/espressif_esp32s3_eye/ https://circuitpython.org/board/espressif_esp32_eye/

MAYBE board:

Spresense has a "camera" build-in module => I assume it is camera ready, but is it supported in CircuitPython? https://circuitpython.org/board/spresense/

NO board:

Grand Central M4 as a dedicated guide related to camera (https://learn.adafruit.com/adafruit-ov7670-camera-library-samd51) but that is Arduino Only. https://circuitpython.org/board/grandcentral_m4_express/

I don't know board:

Should we put all the board that have "imagecapture" feature??? https://docs.circuitpython.org/en/latest/shared-bindings/support_matrix.html?filter=imagecapture#module-support-matrix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment