Difference between revisions of "Raspberry Pi camera"

From emboxit
Jump to: navigation, search
 
m (1 revision)
 
(No difference)

Latest revision as of 07:41, 26 August 2017

Testing 1

Rpi-camera-1.JPG Rpi-camera-2.JPG Very good quality video, but not possible to take a good picture with a phone:14.03.2016

sudo apt-get update
sudo apt-get upgrade
sudo raspi-config & install camera
raspistill -t 12000


SPECS

  • Resolution: 2592 x 1944 (5Mp)


3D printed C-mount adapter



C-mount to CS-mount adapter ring


Command line


Picamera


MotionPie


Motion detection


Streaming with VLC


Use Composite Video Output

With the default configuration, raspberry pi uses HDMI video if a HDMI monitor is connected. Otherwise, it uses analog TV-Out (also known as composite output or RCA)


GO-PRO style


openFrameworks

  • This works
    • cd /home/pi/openFrameworks/examples/graphics/polygonExample
    • make
    • make run

WatershedArts/Footfall