View image on your Pi remotely over SSH
So you think you have captured a few good pictures with Pi Cam using the simple command raspistill -o image.jpg and now you want to view it quickly? So you think you can use all the available command prompt picture viewers like fbi, fim, w3m work well? Well, none of…
DIY Surveillance Camera with Raspberry Pi Camera Module and Pan & Tilt kit
Ingredients 1. Raspberry Pi B. 2. Raspberry Pi Camera Module, a longer 50cm meter ribbon wire will be nicer to allow further movements. 3. Servo controller like Raspy Juice from www.2wattelements.com. 4. 4GB SD Card with Raspbian installed. 5. USB Wifi dongle. 6. 12V 3A Power via battery or wall…
Taking pictures and video with Python 3 and Raspberry Pi Camera module
Plug the camera module into the designated port of your Raspberry Pi. Then enable the camera via raspi-config. There are many tutorials on how to do this. We don’t want to bore you. Install picamera library for Python 3: sudo apt-get install python3-picamera Write and save the following in a…