Part Number: TDA4AEN-Q1
my customer wants to confirm if it is possible for a developer to directly implement and run the low-level raw data processing logic on the C7x (using only the TI-provided TIDL library for deep learning and standard ISP functions) without additional technical support.
They are developing a Thermal camera rather than a standard RGB camera, which necessitates the following specialized image processing:
- Implementation of NUC (Non-Uniformity Correction) and INUC: To eliminate pixel-to-pixel non-uniformity inherent in thermal sensors, massive computations must be performed in real-time at the 14–16 bit raw data level.
- Post-NUC Processing: Algorithms such as DPC (Dead Pixel Correction), DNR (Digital Noise Reduction), and BLUR must be applied to the 14–16 bit raw data after NUC correction is complete.
With TDA3, they did it with C66x so they are wondering similar things can be done with C7x even if TI only provide the example for TIDL. Could you answer?