Skip to content

Commit

Permalink
Merge pull request #4037 from AllskyTeam/Spell-as-Arducam
Browse files Browse the repository at this point in the history
Arducam must be with capital A and no other caps
  • Loading branch information
EricClaeys authored Dec 9, 2024
2 parents f0afcba + a0e43e2 commit 3aa4d81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ASI_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,17 +337,17 @@ ASI_CAMERA_INFO ASICameraInfoArray[] =
12, ASI_FALSE, ASI_FALSE
},

{ "imx519", 0, "ArduCam 16 MP", 0, 3496, 4656, ASI_TRUE,
{ "imx519", 0, "Arducam 16 MP", 0, 3496, 4656, ASI_TRUE,
BAYER_RG, {1, 2, 0}, {ASI_IMG_RGB24, ASI_IMG_END}, 1.22, ASI_FALSE,
10, ASI_FALSE, ASI_TRUE
},

{ "arducam_64mp", 0, "ArduCam 64 MP", 0, 6944, 9152, ASI_TRUE,
{ "arducam_64mp", 0, "Arducam 64 MP", 0, 6944, 9152, ASI_TRUE,
BAYER_RG, {1, 2, 0}, {ASI_IMG_RGB24, ASI_IMG_END}, 0.8, ASI_FALSE,
10, ASI_FALSE, ASI_TRUE
},

{ "arducam-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 3aa4d81

Please sign in to comment.