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

IMX347 detected as IMX335 #28

Closed
ch999dev opened this issue Aug 10, 2022 · 1 comment
Closed

IMX347 detected as IMX335 #28

ch999dev opened this issue Aug 10, 2022 · 1 comment

Comments

@ch999dev
Copy link
Contributor

board MC-K45 ( SSC30KQ / IMX347 )

// from IMX335 datasheet, p.40

I think something like this would be better

int sensor_id = READ(0x57); // 0x3057
switch(sensor_id) {
  case 0x06: // IMX347
  break;
  case 0x07: // IMX335
  break;
}
@widgetii
Copy link
Member

Please fell free to make a PR, don't have IMX347 to test it but can test on IMX335 still

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

No branches or pull requests

2 participants