How to get each frame image of the camera in Nreal Unity SDK?

Hi guys,

I’m a beginner of Unity AR development. I wanna develop a tool to get each frame image of the camera and save it as png file by using Nreal Unity SDK. Which function should I call to get the image data? Please give me some help.

1 Like

You can get the image stream directly.

https://nrealsdkdoc.readthedocs.io/en/v1.7.0/Docs/Unity_EN/Develop/RGB%20Camera.html

1 Like