Skip to content

Commit

Permalink
Update ASI_functions.cpp: fix typo in camera name
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 12, 2023
1 parent a2b9e82 commit ed78680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ASI_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ASI_CAMERA_INFO ASICameraInfoArray[] =
10, ASI_FALSE, ASI_TRUE
},

{ "argucam-pivariety", 0, "ArduCam 462", 0, 1080, 1920, ASI_TRUE,
{ "arducam-pivariety", 0, "ArduCam 462", 0, 1080, 1920, ASI_TRUE,
BAYER_RG, {1, 2, 0}, {ASI_IMG_RGB24, ASI_IMG_END}, 2.9, ASI_FALSE,
10, ASI_FALSE, ASI_TRUE
},
Expand Down

0 comments on commit ed78680

Please sign in to comment.