Accessing Raspberry Pi camera

I’ve installed on a Raspberry Pi Zero W and I can execute the camera commands from the command line (libcamera-still, etc.). I’m trying to run the same command from within Node-Red using the Exec node, but it returns a “command not found” error. I can run a command like ping from the Exec node, so I know that some basic stuff is working there.
Can you help point me toward why this command that’s available in the OS is not working from within Node-Red on Gladys. Note, I’ve seen on other sites that this should be possible.
Thanks!

1 Like

Hey! Node-RED is executed inside docker, so if you want to be able to run this command, you should give the container access to the camera / and the library.