Hi
We are using the libargus multimedia API to acquire frames on the jetson.
Our use case requires us to work on raw debayered images, meaning we don’t want all the processing done by the ISP outside of debayering.
Using PIXEL_FMT_RAW16 works but it requires us to do the debayering ourself with CUDA and it requires a lot of GPU leaving us without a lot of room to use the GPU for other use cases.
On jetpack 4.6.1 we can now use PIXEL_FMT_YCbCr_444_888 with the ISP which is great.
Is there a way to use the PIXEL_FMT_YCbCr_444_888 and only let the ISP debayer images and convert it to the right format.
There are many options in the multimedia API but it is not obvious how to disable everything outside of debayering and format conversion (from 16 bits to 8 bits in our case)
Is it something doable ? If not what ISP function can’t be disabled ?
Thanks for your help
Thanks for your answer Dane,
Can I know the list of feature that can’t be disabled from the ISP ?
Correct me if I am wrong but ISP is part of the jetson nano board. How camera partners can help us fine tune camera IQ if the problems we face lie in the ISP ?
Hi Thanks Dane.
I will contact our camera partners (Leopard Imaging)
Do you have documentation regarding the Jetson ISP that we could read ?
We would really need to understand what is not possible to deactivate on the ISP side to make a wise decision.
Thanks,
Thomas.