Differences between revisions 1 and 26 (spanning 25 versions)
Revision 1 as of 2015-12-04 11:19:50
Size: 27
Comment:
Revision 26 as of 2015-12-07 18:08:18
Size: 1420
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== Overview ==
How it works

== How to Use ==
Manual

=== MEDM screen ===


=== By scripts ===
==== To run server on k1cam0 ====
{{{
$ camcode
$ cd bin
$ ./camera_server.py -c K1-CAM-TEST.ini}}}


==== To run client on workstations ====
{{{
$ camcode
$ cd bin
$ ./camera_client.py -c K1-CAM-TEST.ini}}}

camcode = cd /opt/apps/linux-x86_64/camera/

== Hardware Assignments ==
=== Cameras ===
||CAM SN || MAC Addr || IP Addr || Installed as ||
||21551056|| 00:30:53:17:AA:D0 || 192.168.10.10 || TEST (IOO rack) ||
||21740439|| 00:30:53:1A:8E:97 || 192.168.10.11 || MCI ||
||21740447|| 00:30:53:1A:8E:9F || 192.168.10.12 || MCO ||
||21740438|| 00:30:53:1A:8E:96 || 192.168.10.13 || MCE ||


=== Network Switches ===
||Hardware || Product || IP Addr || Installed at ||
|| POE switch || Netgear GSM5212P || 169.254.100.22 || Digital room, the first rack ||
|| POE path-through switch || Netgear GSM7224P || 169.254.100.21 || IOO field rack ||

== Camera related information ==
 * [[http://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=4237|Camera document tree]] (JGW doc)
 * [[http://www.baslerweb.com/en/products/area-scan-cameras/ace/aca640-120gm|Basler GigE camera acA640-120gm]]
 * [[http://www.giottos.com/pro_view.aspx?nid=8&typeid=11|Camera platform]] (MH1301-665 Professional Head System)

Digital Camera System

Overview

How it works

How to Use

Manual

MEDM screen

By scripts

To run server on k1cam0

$ camcode 
$ cd bin
$ ./camera_server.py -c K1-CAM-TEST.ini

To run client on workstations

$ camcode 
$ cd bin
$ ./camera_client.py -c K1-CAM-TEST.ini

camcode = cd /opt/apps/linux-x86_64/camera/

Hardware Assignments

Cameras

CAM SN

MAC Addr

IP Addr

Installed as

21551056

00:30:53:17:AA:D0

192.168.10.10

TEST (IOO rack)

21740439

00:30:53:1A:8E:97

192.168.10.11

MCI

21740447

00:30:53:1A:8E:9F

192.168.10.12

MCO

21740438

00:30:53:1A:8E:96

192.168.10.13

MCE

Network Switches

Hardware

Product

IP Addr

Installed at

POE switch

Netgear GSM5212P

169.254.100.22

Digital room, the first rack

POE path-through switch

Netgear GSM7224P

169.254.100.21

IOO field rack

KAGRA/Subgroups/DGS/Projects/Cam (last edited 2024-01-31 15:47:13 by shoichi.oshino)