"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Access the camera image to unity

Hi,I've read the "How to access the camera image to unity" topic in forums and here is the link.

https://library.vuforia.com/articles/Solution/How-To-Access-the-Camera-Image-in-Unity

I've some question :

"Call this method after Vuforia has been initialized and started; to this aim, it is recommended to register an OnVuforiaStarted callback in the Start() method of your MonoBehaviour script.", What it's mean after Vuforian has been initialized and started?

I've tried to put the providing scripts in my arCamera and imagetargets but I got some error:

How could I use these scripts to Access the Camera image ? 

 

Hello,

Apologies, but there is an inaccurate reference in the article. Please see the following thread for details: https://developer.vuforia.com/forum/unity/get-camera-image

Correct, to utilize this example script Vuforia must be initialized and running.

Hello, medabit

Thanks for your reply!

It works!

Thank you!

Attachment