Reputation: 85
I have an ARCore Camera in Unity and I want to convert its frames to Texture2D (RGB) for further processing. I tried ComputerVision script but I can't understand it nor can I make it work. If anyone can please help me through Code
Note: 640x480 size is good too as long as it is an RGB texture2D.
Upvotes: 2
Views: 318
Reputation: 58583
There's two great posts for you to read.
The first one is a
StackOverflow
post:
How to take picture with camera using ARCore.
And the second one is
OpenGL ES
series:
Introducing basic texturing for Android.
Hope this helps.
Upvotes: 1