Tool/software:
Hi Experts,
How do I read the IR pixel value of a specific coordinate from the IR node?
Also, please check how to read the G pixel value of a specific coordinate in the RGB node.
Regards,
Hyemin
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi Experts,
How do I read the IR pixel value of a specific coordinate from the IR node?
Also, please check how to read the G pixel value of a specific coordinate in the RGB node.
Regards,
Hyemin
Hi Hyemin,
Which node(s) do you mean here?
Regards,
Brijesh
Hi Brijesh,
It has not yet been decided from which node the pixel value will be read.
First of all, I think you could tell me how to read from the raw
Regards,
Hyemin
Hyemin,
VISS node will output the frame in YUV420 + IR frames. You can then map this buffer on the core and can access the pixel values..
Regards,
Brijesh
Hi Brijesh,
I got the pixel value using tivxReferenceExportHandle func
Regards,
Hyemin