User Tools

Site Tools


rocnet:cam-en

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rocnet:cam-en [2019/08/02 14:14] – [Text] rjversluisrocnet:cam-en [2020/01/15 17:18] (current) – [Text] rjversluis
Line 1: Line 1:
-======CAM======+======Camera Streaming====== 
 +[[:english#rocview|{{  :viewer.png}}]][[:english|{{  :rocrail-logo-35.png}}]] 
 +[[:english|Content]] -> [[:english#rocview|Rocview ]] -> **[[:rocnet:cam-en|Camera Streaming]]** 
 +  * [[:rocnet:headless-cam-en|Headless Setup]] 
 +  
 +|< >| 
 +^  [[https://en.wikipedia.org/wiki/Headless_computer|Wikipedia explains "headless"]] 
 + \\ 
 + \\
 {{:rocnet:cam-v21.jpg}} {{:rocnet:cam-v21.jpg}}
 +
 +=====Demos=====
 +  * https://youtu.be/6A57b-VoOSw
  
  
Line 24: Line 35:
 <html> <html>
 <head> <head>
-<title>Raspberry Pi - Surveillance Camera</title>+<title>V200 Camera</title>
 </head> </head>
 <body> <body>
-<img src="stream.mjpg" width="32" height="240">+<img src="stream.mjpg" width="320" height="240">
 </body> </body>
 </html> </html>
Line 92: Line 103:
     daemon_threads = True     daemon_threads = True
  
-with picamera.PiCamera(resolution='640x480', framerate=24) as camera:+with picamera.PiCamera(resolution='320x240', framerate=12) as camera:
     output = StreamingOutput()     output = StreamingOutput()
     #Uncomment the next line to change your Pi's Camera rotation (in degrees)     #Uncomment the next line to change your Pi's Camera rotation (in degrees)
Line 121: Line 132:
 <html> <html>
 <head> <head>
-<title>Raspberry Pi - Surveillance Camera</title>+<title>V200 Camera</title>
 </head> </head>
 <body> <body>
-<center><h1>Raspberry Pi - Surveillance Camera</h1></center> +<img src="stream.mjpg" width="320" height="240">
-<center><img src="stream.mjpg" width="640" height="480"></center>+
 </body> </body>
 </html> </html>
Line 136: Line 146:
 To enable MJPEG streaming in a text object, the text content must be set to: To enable MJPEG streaming in a text object, the text content must be set to:
 <code> <code>
-mjpg:<host>:<port>+mjpg:<host>:<port>:<type>:<file>
 </code> </code>
 For example: For example:
 <code> <code>
-mjpg:192.168.100.167:8081+mjpg:192.168.100.167:8081:tcp:stream.mjpg
 </code> </code>
  
rocnet/cam-en.1564748069.txt.gz · Last modified: 2019/08/02 14:14 by rjversluis