forked from chiyu1468/AirTrapMine
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
# Type for controlling camera trigger interval and integration time
|
|
|
|
float32 cycle_time # Trigger cycle_time (interval between to triggers) - set to 0 to ignore command
|
|
float32 integration_time # Camera shutter integration_time - set to 0 to ignore command
|
|
---
|
|
bool success
|
|
uint8 result |