We are designing a system to port 8 channels of FHD Bayer cameras using two MAX96712 deserializers. We intend to convert the Bayer format to YUV or RGB using the system’s internal pipeline.
The target device is Nvidia Thor T5000
Could you please clarify the following?
Can the Argus API fully support an 8-channel concurrent configuration with dual deserializers?
What would be the estimated CPU load for this setup? (Assuming the hardware ISP handles the debayering/format conversion).
Any guidance, documentation, or reference designs for dual-MAX96712 setups would be highly appreciated.
Before close case, I would like to ask one more question.
I have previously successfully ported a RAW10 camera sensor to a V4L2 device and verified data acquisition using GStreamer’s v4l2src plugin.
Now, I am planning to switch the pipeline to use nvarguscamerasrc for hardware-accelerated processing. Could you please clarify if nvarguscamerasrc can be used immediately after a standard V4L2 porting, or if additional modifications are required?
Specifically, I would appreciate guidance on what changes are necessary regarding the kernel driver (such as mandatory V4L2 controls), Device Tree configurations, and the ISP (Camera Core) calibration files to make it compatible with nvarguscamerasrc.