Skip to content

Commit

Permalink
Merge pull request #2718 from thomasjacquin/Support-imx290-sensors
Browse files Browse the repository at this point in the history
ASI_functions.cpp: remove unneeded comments, support IMX290 sensor
  • Loading branch information
EricClaeys authored May 30, 2023
2 parents 60cfbf8 + 2d8d06e commit cb8e356
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ASI_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ ASI_CONTROL_CAPS ControlCapsArray[][MAX_NUM_CONTROL_CAPS] =
{ "End", "End", 0.0, 0.0, 0.0, 0.0, ASI_FALSE, ASI_FALSE, CONTROL_TYPE_END },
},

{ // imx290, libcamera // TODO: update as necessary
{ // imx290, libcamera
{ "Gain", "Gain", 16.0, 1, 1, NOT_SET, ASI_TRUE, ASI_TRUE, ASI_GAIN },
{ "Exposure", "Exposure Time (us)", 200 * US_IN_SEC, 1, 10000, NOT_SET, ASI_TRUE, ASI_TRUE, ASI_EXPOSURE },
{ "WB_R", "White balance: Red component", 10.0, 0.1, 2.5, NOT_SET, ASI_TRUE, ASI_TRUE, ASI_WB_R },
Expand Down Expand Up @@ -306,7 +306,6 @@ ASI_CONTROL_CAPS ControlCapsArray[][MAX_NUM_CONTROL_CAPS] =


{ // arducam_64mp, libcamera
// TODO: Update as necessary
{ "Gain", "Gain", 16.0, 1, 1, NOT_SET, ASI_TRUE, ASI_TRUE, ASI_GAIN },
{ "Exposure", "Exposure Time (us)", 200 * US_IN_SEC, 1, 10000, NOT_SET, ASI_TRUE, ASI_TRUE, ASI_EXPOSURE },
{ "WB_R", "White balance: Red component", 10.0, 0.1, 2.5, NOT_SET, ASI_TRUE, ASI_TRUE, ASI_WB_R },
Expand Down

0 comments on commit cb8e356

Please sign in to comment.