Message ID | 20201230230603.123486-1-jacopo@jmondi.org |
---|---|
Headers | show |
Series |
|
Related | show |
Hi Jacopo, On Thu, Dec 31, 2020 at 12:05:57AM +0100, Jacopo Mondi wrote: > It is my understanding that this series could be pushed if the UVC pipeline > handler is instrumented to report properties that cannot be read from the > kernel interface. That should be a matter of adding the two pixel array properties, based on the largest resolution reported by the device. It should hopefully be fairly simple. Could you add such a patch to the series ? > Jacopo Mondi (6): > libcamera: Document sensor driver requirements > libcamera: camera_sensor: Validate driver support > libcamera: camera_sensor: Cache selection targets > libcamera: camera_sensor: Default 'location' to External > libcamera: camera_sensor: Do not default 'rotation' > android: camera_device: Do not default pixel array properties > > Documentation/index.rst | 1 + > Documentation/meson.build | 1 + > Documentation/sensor_driver_requirements.rst | 64 ++++++++ > include/libcamera/internal/camera_sensor.h | 4 + > src/android/camera_device.cpp | 20 +-- > src/libcamera/camera_sensor.cpp | 158 +++++++++++++------ > 6 files changed, 186 insertions(+), 62 deletions(-) > create mode 100644 Documentation/sensor_driver_requirements.rst