Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Update stop details based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-sweet committed Dec 14, 2023
1 parent c14fcc3 commit 5dc5315
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/acquire-device-kit/device/kit/camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ extern "C"
enum DeviceStatusCode (*start)(struct Camera*);

/// @brief Stops acquiring frames.
/// @details This is not guaranteed to wait or block until any pending
/// frames have been acquired or the camera is actually stopped.
/// @details This instructs the camera to stop and may block until it
/// actually has stopped acquiring frames.
/// The camera should also be restartable after calling this
/// (i.e. one call of start after one call of stop should succeed).
enum DeviceStatusCode (*stop)(struct Camera*);

/// @brief Execute the software trigger if it's enabled.
Expand Down

0 comments on commit 5dc5315

Please sign in to comment.