Technical Specifications
From SenseCam Wiki
The below specifications are based on hardware version 2.3b and firmware version 2.6.7.
Sensors
- Accelerometer
- Units: 1/819 g (where g = 9.80665 m/s2)
- Minimum: -32767
- Maximum: 32768
- Increments: 1
- Labels in SENSOR.CSV data file: ACC1, ACC2, ACC3
- 3 axes:
- X (ACC1) = leftward-rightward
- Y (ACC2) = upward-downward
- Z (ACC3) = forward-backward
- Temperature
- Units: degrees Celsius
- Minimum: -128.0
- Maximum: 127.5
- Increments: 0.5
- Label in SENSOR.CSV data file: TMP
- White Light
- Units:
- Minimum: 0
- Maximum: 10000
- Increments: 1
- Label in SENSOR.CSV data file: CLR
- Passive Infrared
- Units:
- Minimum: 0
- Maximum: 1
- Increments: 1
- Label in SENSOR.CSV data file: PIR
How to change SenseCam's trigger mode settings:
- Create a plain text file named BOOT.BAT containing the lines specifying the setting you want (see below). Note that there MUST be a single "comment line" (beginning with a #) at the end of the file.
- Connect SenseCam to a computer. It should be mounted as a volume.
- Place the BOOT.BAT file in the SYSTEM folder on SenseCam.
- Disconnect SenseCam from computer.
Example BOOT.BAT contents:
- Sensor-triggering only:
- trig 0x1C02
- #comment line
- Timer-triggering only (uses default timer interval of GAP 30):
- trig 0x0200
- #comment line
- Timer-triggering only, using maximum rate of image capture (GAP 1):
- trig 0x0200
- gap 1
- #comment line
