Skip to content

Commit

Permalink
remove INTERNAL from CameraMode, all triggering should use hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon committed Oct 4, 2023
1 parent 0120ee5 commit c5ab7a7
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 c5ab7a7

Please sign in to comment.