Skip to content

Commit

Permalink
print selected mode added
Browse files Browse the repository at this point in the history
Signed-off-by: Karnati <[email protected]>
  • Loading branch information
NKarnat authored and dNechita committed Jul 11, 2024
1 parent 0243b42 commit 4b1125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/examples/first_frame/first_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def callbackFunction(callbackStatus):

status = camera1.setFrameType(mode)
print("camera1.setFrameType()", status)
print('Choosen mode: %s' %mode)
print('Chosen mode: %s' %mode)

# Example of getting/modifying/setting the current ADSD3500 parameters
# status, currentIniParams = camera1.getIniParams()
Expand Down

0 comments on commit 4b1125e

Please sign in to comment.