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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
796 次查看
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 项奖励
回复
1 解答
784 次查看
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 项奖励
回复
2 回复数
785 次查看
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 项奖励
回复
765 次查看
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 项奖励
回复