Message ID | 20250625084212.858487-1-naush@raspberrypi.com |
---|---|
Headers | show |
Series |
|
Related | show |
Hi, I tested this patch with streams enabled in pisp on Raspberry Pi 5 with following setup: * MAX96714 (deserializer) * MAX96717 (serializer) * IMX219 (with meta pad enabled) I encountered some issues regarding meta pad. I am not sure if it is supposed to be taken care of in this patch, but what I needed to change is to pass information regarding meta pad and its format to configureMediaDevices function. Then, based on meta pad presence, I set appropriate routing and applied embedded format. Only then I was able to get video stream. However, I believe that without meta pad this would have worked properly.