Hello,
I am using IMX8M plus for my application development,
I have an 2MP RGB sensor with dual band pass filter lens (Visible+NIR 940nm), it outputs 12bit RAW RGB. Using IMX8M plus ISP, I need to fuse both visible and infrared (IR) data and convert into a single black and white (grayscale) image which can enhance imaging capabilities.
Is this supported in the IMX8Mplus ISP? how can I achieve this, which API should I use it?
Regards,
已解决! 转到解答。
I went through the reference document, basically there are two ways to tune to grayscale Image, tunning client is straight forward process with the documentation,
I would be more interested to use tunning server i.e, to run directly on IMX8M plus , Is tunning client required as well?
or tunning server alone is sufficient, then with this 3 commands, can I convert into grayscaleImage?
root@cn-szh02-ns-pr002:~/all# systemctl stop weston*
root@cn-szh02-ns-pr002:~/all# chmod 777 tuningext
root@cn-szh02-ns-pr002:~/all# ./tuningext&
Yes, the tunning tool is required and I can request the local representative.
but, Is that for tunning server I need to request for, I need to convert this onchip an not offline (tunning client)?
I don't have tuning tool so I didn't use tuning server before, since you need to request this tool, you can test after you get this tools, as my understanding, after you build the ISP sdk, you would get the library files, then you can use the tuning server by these library files