Git Product home page Git Product logo

Comments (1)

davidplowman avatar davidplowman commented on June 23, 2024

Hi, thanks for the question. Indeed the subdevice API in V4L2 is a bit of a pain and it's impossible to predict exactly which subdev the sensor will be.

When this was written, we didn't have Pi 5s, so the the camera will generally have been subdev 0. Actually, this sensor has a lens actuator, so I'd have thought there's a chance it could be subdev 1 instead, but I guess we get "lucky".

A Pi 5 has a more complicated architecture in terms of V4L2, and on mine I see that the sensor is showing up as subdev 2. So far as I know, the best way to check is to run something like v4l2-ctl -d /dev/v4l-subdev2 -l to list the controls and see which one looks like a sensor (it will have things like exposure controls and so on). Even the device name doesn't show up when you use --info.

I'm wondering slightly what you would do if you have two imx708s plugged in and wanted to change just one of them. I honestly don't know what you would do, other than trying each one in turn. Though the final gotcha is that there's a chance the sensors could get swapped every time you boot. I think V4L2 needs some work there.

Anyway, I hope that helps. I'll make a point of updating the documentation with some of that information. Thanks!

from picamera2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.