Skip to content

Commit

Permalink
Camera2 TakePicture had incorrect data count
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotEmpire committed Feb 23, 2025
1 parent 25f4906 commit fdf0d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@
"TakePicture": {
"dataId": 13001,
"dataType": "UINT8_T",
"dataCount": 1,
"dataCount": 2,
"comments": "Take a picture with the current camera. [0] is the camera to take a picture with. [1] tells the camera whether to restart the stream afterwards."
},
"ToggleStream2": {
Expand Down

0 comments on commit fdf0d54

Please sign in to comment.