summaryrefslogtreecommitdiff
path: root/test/process/meson.build
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2021-02-16 08:55:05 +0000
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-02-17 01:34:37 +0200
commit5aff27a20d718b05d20b9ce63d8b02a0b3bf9cb9 (patch)
tree1b070da18a1c1cbd5ab9b3f158f4573320b45a8c /test/process/meson.build
parent0e2ca7256bbd6b042d10061c3bce50b669eb9fb7 (diff)
ipa: raspberrypi: Fix exposure and gain delays for imx477
The exposure and gain delays for imx477 are both 2 frames. This error was not noticeable because the controller was using the embedded metadata to get the exposure and gain values for the frame. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Tested-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'test/process/meson.build')
0 files changed, 0 insertions, 0 deletions
l opt">*device) const; private: std::string driver_; std::vector<std::string> entities_; }; class DeviceEnumerator { public: static std::unique_ptr<DeviceEnumerator> create(); virtual ~DeviceEnumerator(); virtual int init() = 0; virtual int enumerate() = 0; std::shared_ptr<MediaDevice> search(const DeviceMatch &dm); protected: std::unique_ptr<MediaDevice> createDevice(const std::string &deviceNode); void addDevice(std::unique_ptr<MediaDevice> &&media); void removeDevice(const std::string &deviceNode); private: std::vector<std::shared_ptr<MediaDevice>> devices_; }; } /* namespace libcamera */ #endif /* __LIBCAMERA_DEVICE_ENUMERATOR_H__ */