Hi Alexandru,
Thanks very much. I wanted to get back to this project and work on it a bit more but I couldn't this time download the script you mention (maybe because of forum update).
I'll appreciate if you can kindly upload it again.
Thanks very much
Best Regards
Hi Alexandru,
Thanks to your instructions I could reach what I had in mind , but the problem is I can't do it with Wikitude.
The problem is I couldn't get Wikitude Camera feed. I tried WikitudeCamera.CameraTexture and also tried to use RenderTexture. But none worked for me and I get a blank Texture.
I'll appreciate if you can help me with this.
Thanks very much
Best Regards
I've been having the same problem as @m0j1 42420. WikitudeCamera.CameraTexture is the right size but is just white when copied to a rawImage.
So after a lot of digging (on Android), I have a hunch that WikitudeCamera.CameraTexture is not a 'proper' Texture2D or it's in the wrong format or something else entirely. I was able to render the video feed to a rawImage on the UI by casting WikitudeCamera.CameraTexture to a Texture. (eg rawImage.texture = (Texture)WikitudeCamera.CameraTexture;) which is what Wikitude do with the BackgroundCamera that renders the feed to the screen.
I don't know why this is the case and would hope Wikitude will be able to shed some late on this.
m0j1 42420
1 person has this problem