Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for ArduCam IMX462 #3123

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

will-rigby
Copy link
Contributor

I've added support for the Arducam IMX462. Below is an image captured last night with AllSky
image-20231114232233

@EricClaeys
Copy link
Collaborator

@will-rigby, Will, you beat me to it. Would you please do a PR against Point-Release-4 branch? We will merge it into master in a week or so. Other than point releases, we only merge very critical items directly into master. If you know how to change this PR to Point-Release-4, please do so AND LET ME KNOW HOW PLEASE. My Git skills aren't very good.

For the Red and Blue balance, per the output you provided me the min should be 0 and the max 32:

ColourGains : [0.000000..32.000000]

I'm pretty sure what we call "ExposureCompensation" they call:

ExposureValue : [-8.000000..8.000000]

so those min and max values need to change.

Do you like the max exposure time:

ExposureTime : [14..0]

I've notified the libcamera team but am not sure they'll ever fix it. If you could add a new Issue about the incorrect ExposureTime for this camera that would be great!

For the default values, I believe if you run

libcamera --metadata /tmp/metadata --shutter 1 --nopreview --output /tmp/junk.jpg

and then look in /tmp/metadata it will tell you the values it used, which except for ExposureTime will be the defaults.

@will-rigby will-rigby changed the base branch from master to Point-Release-4 November 15, 2023 06:13
@will-rigby
Copy link
Contributor Author

@EricClaeys Hey Eric, I thought I'd have a crack at it, I've updated those values. I'm able to change branch by clicking the edit button on the top of this pull request page. I've set it to the one you've requested.

@EricClaeys EricClaeys merged commit 2b770d7 into AllskyTeam:Point-Release-4 Nov 15, 2023
@EricClaeys
Copy link
Collaborator

Thanks for the updates, Will.
And for instructions for how to change branch. I spent a half hour one day pushing every link I saw trying to change the branch, but obviously missed one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants