



Since the image resolution can be set by parameters in picamera, I would recommend defining the resolution so it’s not affected by your system configuration. When it was not connected to any display, the resolution was 720×480 px. In my case, when a display was connected, the image resolution was 1980 px x1080 px. It seems like the default image resolution varies depending on what display the Pi is connected to. I want to have them saved to the NAS so I passed the argument “nas/image.jpg” in the “camera.capture” function. …I got a nice shot of the pipes in the ceiling.īy default, the image files are saved in the directory where the program is run (in /home/pi/ if logged in as the “pi” user). The LED on the module lights up red when taking a picture.ĭue to the way the camera module was positioned when taking the picture… Using just 3 lines of code from the documentation, I was able to take a picture!
