Skip to content

Commit

Permalink
Revert "Remove additional camera_stop in acquire_abort()."
Browse files Browse the repository at this point in the history
This reverts commit 1986628.
  • Loading branch information
aliddell committed Jan 16, 2024
1 parent 1986628 commit 2e1d747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acquire-video-runtime/src/acquire.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ acquire_abort(struct AcquireRuntime* self_)

video->source.is_stopping = 1;
channel_accept_writes(&video->sink.in, 0);
camera_stop(video->source.camera);
}

return acquire_stop(self_);
Expand Down

0 comments on commit 2e1d747

Please sign in to comment.