Reputation: 11686
Is it possible to access the raspberry pi camera from Node.js? How would one go about doing this?
Thanks!
Upvotes: 3
Views: 8554
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