CameraDeepAR
CameraDeepAR copied to clipboard
please release the new version of it, as we need this to implement in our app. please be updated with new flutter version.
Please provide an update with the latest Gradle version for android and update the changes in ReadME.
The example and docs need to be updated.
when opening the camera for the first time it works fine but then it crashes and opens a white screen, Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have...
Showing All Messages Undefined symbol: _OBJC_CLASS_$_CameraController Undefined symbol: _OBJC_CLASS_$_DeepAR Undefined symbol: _OBJC_CLASS_$_ARView 
Problem --- After calling `cameraDeepArController.dispose` on Android this platform exception is thrown. ``` [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(error, Attempt to invoke virtual method 'void ai.deepar.ar.DeepAR.setAREventListener(ai.deepar.ar.AREventListener)' on a null object reference, null,...
I have downloaded CameraDeepAR (native Android) and was trying to integrate it into the Flutter RTMPPublisher as my project is already written in Dart and I would not like to...
Error while evaluating property 'hasLocalAarDeps' of task ':camera_deep_ar:bundleDebugAar' Direct local .aar file dependencies are not supported when building an AAR. The resulting AAR would be broken because the classes and...
Is there any way to use file from url instead of using only assets in switchEffect method ? await _deepArController.switchEffect( Config.deepArConfig.cameraMode, **"assets/look2"**);