libcamera: raspberrypi: Switch to DelayedControls
Use the libcamera core helper DelayedControls instead of the local StaggeredCtrl. The new helper is modeled after the StaggeredCtrl implementation and behaves the same. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
@@ -28,7 +28,7 @@ enum ConfigParameters {
|
||||
};
|
||||
|
||||
enum Operations {
|
||||
IPA_ACTION_V4L2_SET_STAGGERED = 1,
|
||||
IPA_ACTION_SET_DELAYED_CTRLS = 1,
|
||||
IPA_ACTION_V4L2_SET_ISP,
|
||||
IPA_ACTION_STATS_METADATA_COMPLETE,
|
||||
IPA_ACTION_RUN_ISP,
|
||||
|
||||
Reference in New Issue
Block a user