boom
boom

Reputation: 11686

Access Raspberry Pi Camera from Node.js?

Is it possible to access the raspberry pi camera from Node.js? How would one go about doing this?

Thanks!

Upvotes: 3

Views: 8554

Answers (1)

waldoplusplus
waldoplusplus

Reputation: 66

Try node-raspicam

" A Node.js-based controller module for the Raspberry Pi camera based on a command structure similar to Johnny-Five. Currently implemented as a wrapper for structuring a command line process call using child_process.exec from within Node. "

Upvotes: 5

Related Questions