<div dir="ltr">Hi,<div><br></div><div>Gentle ping for feedback on this change please :)</div><div><br></div><div>Thanks,</div><div>Naush</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 10 Jan 2022 at 15:42, Naushir Patuck <<a href="mailto:naush@raspberrypi.com">naush@raspberrypi.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Remove the code that marks the Embedded Data stream as external with the Unicam<br>
Image (RAW) stream. This was needed for legacy reasons when matching image and<br>
embedded buffers, but is not needed any more.<br>
<br>
Signed-off-by: Naushir Patuck <<a href="mailto:naush@raspberrypi.com" target="_blank">naush@raspberrypi.com</a>><br>
---<br>
 src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 9 ---------<br>
 1 file changed, 9 deletions(-)<br>
<br>
diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp<br>
index 168bbcef819c..a0cd501c8250 100644<br>
--- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp<br>
+++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp<br>
@@ -896,15 +896,6 @@ int PipelineHandlerRPi::configure(Camera *camera, CameraConfiguration *config)<br>
                                        << format.toString();<br>
                        return ret;<br>
                }<br>
-<br>
-               /*<br>
-                * If a RAW/Bayer stream has been requested by the application,<br>
-                * we must set both Unicam streams as external, even though the<br>
-                * application may only request RAW frames. This is because we<br>
-                * match timestamps on both streams to synchronise buffers.<br>
-                */<br>
-               if (rawStream)<br>
-                       data->unicam_[Unicam::Embedded].setExternal(true);<br>
        }<br>
<br>
        /*<br>
-- <br>
2.25.1<br>
<br>
</blockquote></div>