Camera for Pyboard V1.1

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
James Canova
Posts: 3
Joined: Wed Aug 18, 2021 11:04 pm

Camera for Pyboard V1.1

Post by James Canova » Wed Aug 18, 2021 11:27 pm

Can a camera be connected to a Pyboard V1.1? If so, does anyone have a suggestion for a camera. I would like to do simple object recognition with a neural network.

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Camera for Pyboard V1.1

Post by dhylands » Thu Aug 19, 2021 4:55 pm

You should probably look at the OpenMV project. This uses a higher performing STM32 (more memory, more CPU) running micropython and has lots of image processing algorithms built in.

https://openmv.io/

Post Reply