kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
647 stars 37 forks source link

Use Kaluma with Arducam SPI cameras #627

Closed Gbahdeyboh closed 1 year ago

Gbahdeyboh commented 1 year ago

I have an Arducam 5MP V5642 SPI Camera that's I'm using with a raspberry pi Pico W. The goal for me is to use it to capture images and recognize text from the images. I can't seem to find any examples of how to use Kaluma with SPI cameras or if at all it possible. I'll really appreciate any help and pointers I can get regarding this.