This node does not work on Bullseye installations because it need picamera2 library instead of picamera. Can it be fixed?
@mahitejavlogs3 жыл бұрын
Do we need to connect hardware raspberry Pi and Pi camera to our laptop for taking pictures , or it is taking pictures from laptop Webcam?
@ruienyou890911 күн бұрын
im using rasberry pi 5 and camera module 3, i try it in nodered, it doesn't shows the camera is connected upon injecting. anyone help please
@kisokkumar3554 жыл бұрын
Once my pi can captured, I go to view my pic but pop out no contains data
@gagawy6 жыл бұрын
Is it possible to view the camera online always on the ui??
@hilo90mhz6 жыл бұрын
I have not discovered a way to display the live video in the UI yet. That would be a nice node to have.
@gagawy6 жыл бұрын
@@hilo90mhz thanx for quick reply. Just now I tried to install a USB camera on my RPI3 but I couldint get the correct nod. Any Idea please ??
@hilo90mhz6 жыл бұрын
@@gagawy I have not tried a USB camera either, I know you can do it with python but you may need a different node or to alter this node. It is only for the pi cameras.
@leonardojolley63283 жыл бұрын
thank you so much for this
@alwinno5 жыл бұрын
10000th viewer:)
@mahmutikilic2 жыл бұрын
Dear t3, can u help me about this error? i downloaded the camera node and when i send an inject message that msg.payload = 1, got this error; CameraPi (log): Generate - /root/Pictures/pic_d1218492-e676-41e9-a3d2-66a5623fed1f.jpg CameraPi (err): Error: Command failed: python /root/.node-red/node_modules/node-red-contrib-camerapi/lib/python/get_photo.py pic_d1218492-e676-41e9-a3d2-66a5623fed1f.jpg /root/Pictures/ jpeg 640 480 0 0 0 50 0 0 none auto 0 1.0 80 0 auto Traceback (most recent call last): File "/root/.node-red/node_modules/node-red-contrib-camerapi/lib/python/get_photo.py", line 1, in import picamera File "/usr/local/lib/python3.9/dist-packages/picamera/__init__.py", line 72, in from picamera.exc import ( File "/usr/local/lib/python3.9/dist-packages/picamera/exc.py", line 41, in import picamera.mmal as mmal File "/usr/local/lib/python3.9/dist-packages/picamera/mmal.py", line 49, in _lib = ct.CDLL('libmmal.so') File "/usr/lib/python3.9/ctypes/__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) OSError: libmmal.so: cannot open shared object file: No such file or directory
@mahmutikilic2 жыл бұрын
what can i do? i couldnt find any solve about this error.