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.
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
|
5 months ago
|
# Type for controlling onboard camera triggering system
|
||
|
|
|
||
|
|
bool trigger_enable # Trigger enable/disable
|
||
|
|
bool sequence_reset # Reset the trigger sequence
|
||
|
|
bool trigger_pause # Pause triggering, but without switching the camera off or retracting it.
|
||
|
|
---
|
||
|
|
bool success
|
||
|
|
uint8 result
|