Comments on: Node-RED with Raspberry Pi Camera (Take Photos) https://randomnerdtutorials.com/node-red-with-raspberry-pi-camera-take-photos/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 28 Jul 2025 15:50:26 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: WeekendEngineer https://randomnerdtutorials.com/node-red-with-raspberry-pi-camera-take-photos/#comment-1075655 Mon, 28 Jul 2025 15:50:26 +0000 http://randomnerdtutorials.com/?p=43720#comment-1075655 In reply to Dusan.

Sorry for my complete ignorance! Can you lower yourself to explain to us ignorant plebs why this is no longer valid in 2025?

]]>
By: Dusan https://randomnerdtutorials.com/node-red-with-raspberry-pi-camera-take-photos/#comment-1075651 Mon, 28 Jul 2025 15:28:16 +0000 http://randomnerdtutorials.com/?p=43720#comment-1075651 No longer valid in 2025

]]>
By: Navin https://randomnerdtutorials.com/node-red-with-raspberry-pi-camera-take-photos/#comment-852572 Tue, 01 Aug 2023 14:08:53 +0000 http://randomnerdtutorials.com/?p=43720#comment-852572 Thanks for this simple tutorial guys!
Anyone still getting “Cannot GET /photo1.JPEG” despite having set the file path correctly, make sure you have installed Pi Camera..

sudo apt-get update
sudo apt-get install python-picamera python3-picamera

]]>
By: shahrul https://randomnerdtutorials.com/node-red-with-raspberry-pi-camera-take-photos/#comment-825294 Wed, 15 Mar 2023 10:14:54 +0000 http://randomnerdtutorials.com/?p=43720#comment-825294 I just want to inform that if anyone having “Cannot GET /photo1.JPEG”, you need to change HTTP static address from ” httpStatic: ‘/home/pi/Pictures/’, ” to ” httpStatic: ‘/home/pi/Pictures’, “. Work for me.

]]>
By: Jannik https://randomnerdtutorials.com/node-red-with-raspberry-pi-camera-take-photos/#comment-724552 Mon, 07 Feb 2022 16:56:44 +0000 http://randomnerdtutorials.com/?p=43720#comment-724552 Hello, thanks for the tipps.
I get the message “Cannot GET /photo1.JPEG. What im doing wrong?
greetings Jannik

]]>
By: Luis Moreira https://randomnerdtutorials.com/node-red-with-raspberry-pi-camera-take-photos/#comment-458926 Thu, 21 May 2020 17:21:06 +0000 http://randomnerdtutorials.com/?p=43720#comment-458926 In reply to Luís Carlos Moreira.

Greetings,

Problem solved, just had make a small chage on the “camerapi.js” file:

const { v4: uuidv4 } = require(‘uuid’);
//var uuidV4 = require(‘uuid/v4’);

Now it’s working fine. Thank you so much for the tutorials.

Um abraço!

]]>
By: Luís Carlos Moreira https://randomnerdtutorials.com/node-red-with-raspberry-pi-camera-take-photos/#comment-458901 Thu, 21 May 2020 16:06:22 +0000 http://randomnerdtutorials.com/?p=43720#comment-458901 I get this back:

[error] [camerapi-takephoto:501f64cb.f974bc] Error: Cannot find module ‘uuid/v4’
Require stack:
– /home/pi/.node-red/node_modules/node-red-contrib-camerapi/camerapi.js
– /usr/lib/node_modules/node-red/node_modules/@node-red/registry/lib/loader.js
– /usr/lib/node_modules/node-red/node_modules/@node-red/registry/lib/index.js
– /usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/nodes/index.js
– /usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/index.js
– /usr/lib/node_modules/node-red/lib/red.js
– /usr/lib/node_modules/node-red/red.js

Could it be related to version instalation?

]]>
By: Sara Santos https://randomnerdtutorials.com/node-red-with-raspberry-pi-camera-take-photos/#comment-366503 Sun, 19 May 2019 09:54:35 +0000 http://randomnerdtutorials.com/?p=43720#comment-366503 In reply to kawther nassima addala.

Thank you so much 🙂

]]>
By: kawther nassima addala https://randomnerdtutorials.com/node-red-with-raspberry-pi-camera-take-photos/#comment-366237 Fri, 17 May 2019 00:47:01 +0000 http://randomnerdtutorials.com/?p=43720#comment-366237 Such a great tutorial, everything is clear and well explained Thanks a lot!

]]>
By: Sara Santos https://randomnerdtutorials.com/node-red-with-raspberry-pi-camera-take-photos/#comment-358748 Tue, 12 Mar 2019 15:58:25 +0000 http://randomnerdtutorials.com/?p=43720#comment-358748 In reply to Chris Pemberton.

Hi Chris.
What error are you getting?

]]>