acquire-project / acquire-common

Core libraries, runtime, and common devices driver for Acquire
Apache License 2.0
0 stars 8 forks source link

acquire_abort with no tears #34

Closed aliddell closed 5 months ago

aliddell commented 5 months ago
aliddell commented 5 months ago

Turns out we need that additional camera_stop() on abort after all. Without it we get a deadlock while waiting for a trigger.

nclack commented 5 months ago

Can you also adjust the docs in kit/camera.h for the execute_trigger call?