Start a new topic

Is it possible to hide or block camera feed?

Is it possible to hide or block camera feed?


Hello,

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?

 

 

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

Good idea. I'll try this approach.Thanks.

I have achived hiding by setting view layout to 1x1 pixel size.
Login or Signup to post a comment