I want to try to do AR app without seeing camera feed on the Android device screen but to be able to get onTargetRecognized events. I mean to may be overlay activity view with some full screen widget to block camera feed but to have it on the same time to track targets.
Is it possible with Native SDK 5 even?
N
Nicola Radacher
said
almost 8 years ago
Hi,
No it's not possible to block the camera view -> but as you want to have your augmentations full screen and with the Native SDK you can take full control over the rendering, you can implment your augmentations the way it's needed to have it e.g. cover camera feed in the background.
Greetings
Nicola
S
Sergey Klyutsev
said
almost 8 years ago
Good idea. I'll try this approach.Thanks.
S
Sergey Klyutsev
said
almost 8 years ago
I have achived hiding by setting view layout to 1x1 pixel size.
Sergey Klyutsev