Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Code

  • Available via git

Start the camera server

  1. ssh onto the pi
  2. run the server code as root

Image Added

Start the viewer

  • Log onto the FACET control server with a proper ssh port tunnel and X-window forwarding:
      (1: SLAC network)  
      1. get onto the SLAC network   ssh smeuren@rhel6-64.slac.stanford.edu -Y
      (2: mcclogin)           
      1. get onto mcclogin                  ssh smeuren@mcclogin -Y
      (3: control server)  
      1. get onto the control server   ssh fphysics@facet-srv01 -Y -R 42000:e320pi:42000
      2. get a python environment     source $PACKAGE_TOP/anaconda/envs/python3.7env/bin/activate
      3. go to the right folder              cd facet-E320/tunnelpi/cameraserver/
      4. run the viewer script              python3 camviewer.py

Image Added

Streaming of color video from standard webcam (Apr 2022)

...