Raspberry Pi camera use: Difference between revisions

From GammaSphere DAQ
Jump to navigation Jump to search
(Created page with " To boot the raspberry pi up, connect cat6 cable to onenet switch (next to it) connect monitor (HDMI) connect keyboard the wireless mouse should already be there co...")
 
No edit summary
Line 24: Line 24:


   http://192.168.203.2:8081
   http://192.168.203.2:8081
You will have to be on onenet to see the the video stream.
When you want to stop the stream, simply type crtl-c in the window you started the stream in


To configure the raspberry pi to use the streaming software do
To configure the raspberry pi to use the streaming software do


   TBD
   TBD
When you want to stop the stream, simply type crtl-c in the window you started the stream in

Revision as of 16:34, April 29, 2019

To boot the raspberry pi up,

 connect cat6 cable to onenet switch (next to it)
 connect monitor (HDMI)
 connect keyboard
 the wireless mouse should already be there
 connect the usb power plug

It should then boot up and connect itself to onenet where it will have the IP

  192.168.203.2

on some machines it can also be reached as darekpi02 if DNS is set up properly


To use the raspberry pi camera to stream data:

 sudo service motion stop
 ./motion -c motion-mmalcam-both.conf

that should start a little webserver so that you can see the live stream from a web browser as:

 http://192.168.203.2:8081

You will have to be on onenet to see the the video stream.

When you want to stop the stream, simply type crtl-c in the window you started the stream in

To configure the raspberry pi to use the streaming software do

 TBD