It would be possible to bypass ISP (Image Signal Processor) on VIM3L ?
I tried to use
sensor_ctx.param.isp_context_seq.sequence = NULL;
without sucess. My camera have integrated ISP.
I know that VIM3 doesn have ISP. Maybe would be simpler on this board ? If so, how to connect a ISP camera there (I saw that VIL3L DTS doesn’t have camera on it)
I’m aware that VIM 3 have ISP and VIM 3L doesn’t. We have both boards here and wants to connect a camera that have built in ISP.
To do so it would be great if we could disable the ISP to receive the images without ISP processing.
So it is more a question of disabling the ISP of VIM 3 than enabling in VIM 3L. I mentioned the 2 boards because maybe it would be easier on 3L as it already doenś have the chip.
OS for these testings is Android 9. If you think that somehow it would be easier on other SBC I also have Rockchips Edge II, V and VIM4 as well. But my main target are VIM3 or 3L.
@JohnGalt ,
Is your camera interface MIPI or USB?
Do you use the Android Camera interface for reading camera images in your application?
We may need some time to see if there are any good ways to solve your problem.