Skip to content
Ignat Ignatov edited this page Apr 23, 2015 · 27 revisions
  1. For some strange reason webcam on PI did not want to shoot images 640x480, only 320x200, can supply enough?
  2. Without LED flasher was not clear whether it works! I highly recommend doing the operation indicator plant eventually got out of the frame, it is necessary to examine the question in advance and make the appropriate equipment
  3. Sun - well, very bright, the camera go crazy;)
  1. On the good would have to take the normal camera.
  2. Right permanent lighting.
  3. Deliver the correct germ.
  4. Properly mount (add music).

RTSP

RPi camera

pi_streamer

or

raspivid -o - -t 0 -n | cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/}' :demux=h264

USB UVC camera

cvlc v4l2:///dev/video1:chroma=h264:width=800 --sout '#rtp{sdp=rtsp://:8080/stream.sdp}' -vv

See also

Clone this wiki locally