Difference between revisions of "Hall C Cameras"

From HallCWiki
Jump to: navigation, search
(Rebooting Hall Cameras)
(Firmware File Archive)
 
(11 intermediate revisions by 2 users not shown)
Line 7: Line 7:
  
 
   Note that that link only works if you are on the Hall C network.
 
   Note that that link only works if you are on the Hall C network.
 +
 +
=== HCCAM02 ===
 +
 +
HCCAM02 is a newer camera model, so you'll note that the controls interface is a little different, but the biggest issue is that the 'live' web interface doesn't play well (reliably) under the browsers we have access to in the Counting House.
 +
 +
The <code>go_cameras</code> script has been updated to deal with this.  If you get to the cameras page with that script, then follow the usual steps and ('''read the new 'reminder' screen for hccam02''') and it should work for you.
 +
 +
If you used a link in Firefox and want to control HCCAM02, then open a terminal and run <code>go_cameras</code> instead.
  
 
== Rebooting Hall Cameras ==
 
== Rebooting Hall Cameras ==
  
 
The three 'Hall' Cameras (hccam01, 02, 03) are on a switchable power supply.  They can be rebooted from this switch.  You need to be on a Hall C computer to access this link.
 
The three 'Hall' Cameras (hccam01, 02, 03) are on a switchable power supply.  They can be rebooted from this switch.  You need to be on a Hall C computer to access this link.
  https://hcreboot4.jlab.org  (User: hccuser)
+
  http://hcreboot4.jlab.org  (User: hccuser)
  
 
* From the top tabs: Control >> RPDU >> Outlets
 
* From the top tabs: Control >> RPDU >> Outlets
Line 21: Line 29:
 
== "Firmware Install Required" Problem ==
 
== "Firmware Install Required" Problem ==
 
Sometimes the camera firmware is damaged enough that it will request that the firmware be reinstalled after a power-cycle.
 
Sometimes the camera firmware is damaged enough that it will request that the firmware be reinstalled after a power-cycle.
* Download this [[File:Sc385_213E.img.gz]], open a terminal and decompress it with
+
* Download this [[File:sc385_250E.img.gz]], open a terminal and decompress it with
   % gunzip sc385_213E.img.gz
+
   % gunzip Sc385_250E.img.gz
* Follow the ''Firmware Update'' instructions the camera presents on its web page. (Select the ''sc385_213E.img'' file to upload.)
+
* Follow the ''Firmware Update'' instructions the camera presents on its web page. (Select the ''Sc385_250E.img'' file to upload.)
 
'''Make an HCLog if you have to do this.'''
 
'''Make an HCLog if you have to do this.'''
  
 
'''NOTE''': The camera firmware defaults to a 'H.264' live stream format that the web browser can't handle.  Click on the ''''JPEG'''' button on the left sidebar to get the live image back until the default can be reset by an expert.
 
'''NOTE''': The camera firmware defaults to a 'H.264' live stream format that the web browser can't handle.  Click on the ''''JPEG'''' button on the left sidebar to get the live image back until the default can be reset by an expert.
 +
 +
== Firmware File Archive ==
 +
Panasonic Firmware files can be found here:
 +
  cdaqfs1: /local/hallc/RHEL7-x86_64/opt/RPMS/Panasonic_WV-SC385-firmware/
 +
 +
Vendor link (as of Aug 2021):
 +
  https://bizpartner.panasonic.net/public/file/wv-sc385-sw395a-firmware
 +
 +
== Angle Camera images in CODA data file ==
 +
The angle camera images are stored at the start of every CODA run.  They can be extracted using the <code>/home/coda/coda/scripts/Angle_snapshots/get_coda_photos</code> tool.
 +
 +
Details on the procedure may be found here: [[Extract Angle Cam Image from CODA files]]

Latest revision as of 11:25, 31 July 2024

Hall C Cameras

  • The Hall C Cameras can be brought up on any hcdesk machine using
 % go_cameras

You can also open a browser and go to

 Note that that link only works if you are on the Hall C network.

HCCAM02

HCCAM02 is a newer camera model, so you'll note that the controls interface is a little different, but the biggest issue is that the 'live' web interface doesn't play well (reliably) under the browsers we have access to in the Counting House.

The go_cameras script has been updated to deal with this. If you get to the cameras page with that script, then follow the usual steps and (read the new 'reminder' screen for hccam02) and it should work for you.

If you used a link in Firefox and want to control HCCAM02, then open a terminal and run go_cameras instead.

Rebooting Hall Cameras

The three 'Hall' Cameras (hccam01, 02, 03) are on a switchable power supply. They can be rebooted from this switch. You need to be on a Hall C computer to access this link.

http://hcreboot4.jlab.org  (User: hccuser)
  • From the top tabs: Control >> RPDU >> Outlets
  • Then select "Reboot Immediate", the camera to be rebooted, and on the next page "Apply".

Make an HCLog if you reboot a camera this way.

"Firmware Install Required" Problem

Sometimes the camera firmware is damaged enough that it will request that the firmware be reinstalled after a power-cycle.

 % gunzip Sc385_250E.img.gz
  • Follow the Firmware Update instructions the camera presents on its web page. (Select the Sc385_250E.img file to upload.)

Make an HCLog if you have to do this.

NOTE: The camera firmware defaults to a 'H.264' live stream format that the web browser can't handle. Click on the 'JPEG' button on the left sidebar to get the live image back until the default can be reset by an expert.

Firmware File Archive

Panasonic Firmware files can be found here:

 cdaqfs1: /local/hallc/RHEL7-x86_64/opt/RPMS/Panasonic_WV-SC385-firmware/

Vendor link (as of Aug 2021):

 https://bizpartner.panasonic.net/public/file/wv-sc385-sw395a-firmware

Angle Camera images in CODA data file

The angle camera images are stored at the start of every CODA run. They can be extracted using the /home/coda/coda/scripts/Angle_snapshots/get_coda_photos tool.

Details on the procedure may be found here: Extract Angle Cam Image from CODA files