EasyAR & Natcorder Issue

0 votes
asked Oct 22, 2019 by cubemap (170 points)
Everything works/looks fine on the screen, but while i record (with Natcorder) from the very same unity camera, only the camera background (without augmentation) is recorded. sometimes (on recognition?), the augmentation (3D object or video) does flicker through for a frame though.

Does anyone have an idea how to fix this? I would hate to switch the framework now.

1 Answer

+1 vote
answered Oct 23, 2019 by spaceagent (1,290 points)

We had this problem too on iOS using Metal Graphics API. Make a script for the camera that enables forceIntoRenderTexture for that camera.

This issue is related to this one, but in the end we had other problems with EasyAR and changed the Graphics API to OpenGLES3.

commented Oct 23, 2019 by cubemap (170 points)
I tried, but the issue remains.

What is even worse; the very same issue persists when i use the recorder function of EasyAR Pro (which also forces me to GLES2).

Please advise. :/
commented Aug 10, 2020 by deherrera (100 points)
Same thing (main question), did you solve the problem?
commented Aug 11, 2020 by cubemap (170 points)
sadly no. we had to switch to another framework (maxst ar).
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...