kaluma-project / kaluma

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

Use Kaluma with Arducam SPI cameras #627

Closed Gbahdeyboh closed 10 months ago

Gbahdeyboh commented 10 months 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.