Skip to content

Commit

Permalink
Merge pull request #173 from bls337/main
Browse files Browse the repository at this point in the history
remove INTERNAL from CameraMode, all triggering should use hardware
  • Loading branch information
bls337 authored Oct 4, 2023
2 parents 0120ee5 + c5ab7a7 commit 7a61b08
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

/**
* Camera trigger modes.
*
* <p>All modes should use hardware triggering.
*/
public enum CameraMode {
INTERNAL("Internal"),
EDGE("Edge Trigger"),
OVERLAP("Overlap/Synchronous"),
LEVEL("Level Trigger"),
Expand Down

0 comments on commit 7a61b08

Please sign in to comment.