Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iitoneloc/pico_cam
https://github.com/iitoneloc/pico_cam
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iitoneloc/pico_cam
- Owner: iiTONELOC
- Created: 2022-12-17T23:18:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T19:56:21.000Z (about 2 years ago)
- Last Synced: 2023-02-28T22:22:36.661Z (almost 2 years ago)
- Language: C
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pico Cam 📷
is a development repo for projects using a Raspberry Pi Pico and an ArduCam HM0360 camera.
## Code disclaimer
The arudcam folder primarily comes from the [https://github.com/ArduCAM/RPI-Pico-Cam/tree/master/rp2040_hm01b0](https://github.com/ArduCAM/RPI-Pico-Cam/tree/master/rp2040_hm01b0) repo. The website for the repo provided with my purchase of the camera has been moved or no longer exists. I was able to find almost the correct code to run the camera but had to modify the init sequence to load the correct data into the registers. I was able to find the correct data for the HM0360 in ArduCam's examples for the Pico4ML AdapterBoard. The code can be found here : [https://github.com/ArduCAM/Pico4ML_AdapterBoard/blob/main/HM0360/lib/arducam/hm0360_init.h](https://github.com/ArduCAM/Pico4ML_AdapterBoard/blob/main/HM0360/lib/arducam/hm0360_init.h).