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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
789件の閲覧回数
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 解決策
777件の閲覧回数
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 返答(返信)
778件の閲覧回数
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 件の賞賛
返信
758件の閲覧回数
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 件の賞賛
返信