[i.MX 8 MP] Questions about using ISP with new sensors

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[i.MX 8 MP] Questions about using ISP with new sensors

Jump to solution
784 Views
leon_09
Contributor I

Hello.

I am looking at some porting guides and have a few questions.

  1. Is the camera calibration file(XML) required to use ISP with new sensors?
  2. Are the ISP Calibration Tools to generate XML files provided free ?
  3. Can I pass MIPI-CSI stream to ISP without using camera calibration file?

I am not familiar with embedded linux (yocto).

Thank you.

0 Kudos
Reply
1 Solution
772 Views
roxanne41watts
Contributor I

Hello! I'd be happy to help with your questions.

Camera Calibration File (XML): Yes, the camera calibration file (XML) is typically required to use ISP (Image Signal Processing) with new sensors. This file contains important calibration data that ensures the ISP processes the image correctly.

ISP Calibration Tools: Some ISP calibration tools are available for free. For example, the Infinite-ISP Tuning Tool on GitHub is a free, console-based ISP tuning application. However, availability may vary depending on the specific ISP and sensor you are using.

MIPI-CSI Stream to ISP: It is generally not recommended to pass a MIPI-CSI stream to the ISP without using a camera calibration file, as the calibration data is crucial for accurate image processing. However, some setups might allow bypassing certain calibration steps, but this is not common practice and may lead to suboptimal results.

Embedded Linux (Yocto): Yocto is an open-source project that provides templates, tools, and methods to help you create custom Linux-based systems for embedded products. It's a bit technical, but there are plenty of resources and communities to help you get started.

View solution in original post

0 Kudos
Reply
2 Replies
773 Views
roxanne41watts
Contributor I

Hello! I'd be happy to help with your questions.

Camera Calibration File (XML): Yes, the camera calibration file (XML) is typically required to use ISP (Image Signal Processing) with new sensors. This file contains important calibration data that ensures the ISP processes the image correctly.

ISP Calibration Tools: Some ISP calibration tools are available for free. For example, the Infinite-ISP Tuning Tool on GitHub is a free, console-based ISP tuning application. However, availability may vary depending on the specific ISP and sensor you are using.

MIPI-CSI Stream to ISP: It is generally not recommended to pass a MIPI-CSI stream to the ISP without using a camera calibration file, as the calibration data is crucial for accurate image processing. However, some setups might allow bypassing certain calibration steps, but this is not common practice and may lead to suboptimal results.

Embedded Linux (Yocto): Yocto is an open-source project that provides templates, tools, and methods to help you create custom Linux-based systems for embedded products. It's a bit technical, but there are plenty of resources and communities to help you get started.

0 Kudos
Reply
753 Views
leon_09
Contributor I

Hello. @roxanne41watts

Thank you for answering my question.

Basically, I understand that if I use an ISP, I need xml.

First, I would like to try to capture RAW images using Image Sensor Interface(ISI).

Thank you.

0 Kudos
Reply