2

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.

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220

1 Answers1

1

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.

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
  • I'm purely referring to Unity, I think stackoverflow added few tags by itself but i updated it. sorry if you got the wrong idea – Muhammad Humza Apr 06 '19 at 18:07