Search found 1 match
- Mon Jun 06, 2022 11:41 pm
- Forum: Raspberry Pi microcontroller boards
- Topic: object recognition using the raspberry pi pico
- Replies: 1
- Views: 3343
object recognition using the raspberry pi pico
I have a python script that I currently run on a raspberry pi 4 but am trying to move it over to a pico. I know its possible to run object detection on a pico but I have no clue how to install the necessary modules onto the pico in order for this to work. in Thonny the module cv2 doesnt even exist, ...