CHEETAH 3G-SDI Camera
November 16, 2017
Page
24
of
53
Rev 1.1
Run Application
This starts any other executable file that you normally use, such as a frame-
grabber application. CamConfig remembers the location of such files in the host
computer.
Load From . . .
This enables loading camera registers from a saved configuration space. Options
are:
•
File: Loads camera registers from a saved configuration file.
•
Workspace: Updates the software with the current camera workspace
settings.
•
Factory: Loads the camera registers with the original factory settings.
•
User Space #1 or #2: Loads the camera registers with settings saved within
the camera in either camera user space #1 or user space #2.
Save To . . .
You can save the camera registers to a File, to camera User Space #1, or to
camera User Space #2. Factory Space is available only for factory technicians.
Boot From . . .
This enables loading the camera registers from the Factory configuration, from
User Space #1 or from User Space #2 upon powering up.
Terminal
The Command Terminal shows information about all commands sent to or
received by the camera. It also lets you communicate directly with the camera by
entering write or read commands directly into the text box on the Command
Terminal screen.
To write a command to a camera register, the command terminal must send a
sequence of 7 bytes to the camera. The write command must start with 0x
followed by 57, the register address, and data.
Example:
Write to register address 0x0410, data value = 0x11223344:
Camera Write Command: <0x57> <04> <10> <11> <22> <33> <44>
To read a command from a camera register, the command terminal must send a
sequence of 3 bytes to the camera. The read command must start with Ox
followed by 52 and the register address.
Example:
Read from register address 0x0410:
Camera Read Command: <0x52> <04> <10>