summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/pipeline/raspberrypi/raspberrypi.cpp')
-rw-r--r--src/libcamera/pipeline/raspberrypi/raspberrypi.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
index f920c8de..49af56ed 100644
--- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
+++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
@@ -905,15 +905,6 @@ int PipelineHandlerRPi::configure(Camera *camera, CameraConfiguration *config)
<< format.toString();
return ret;
}
-
- /*
- * If a RAW/Bayer stream has been requested by the application,
- * we must set both Unicam streams as external, even though the
- * application may only request RAW frames. This is because we
- * match timestamps on both streams to synchronise buffers.
- */
- if (rawStream)
- data->unicam_[Unicam::Embedded].setExternal(true);
}
/*