mapbox-vision-android icon indicating copy to clipboard operation
mapbox-vision-android copied to clipboard

Results 27 mapbox-vision-android issues
Sort by recently updated
recently updated
newest added

From Republic of Korea, one of student in TUK universary I become interested in Mapbox vision docs so i follow basic tutorial https://docs.mapbox.com/android/vision/examples/basic-ar-navigation/ in this docs i find this comments...

can i make usb camera as main camera using this?

Could you please look into this issue. Scenario: 1. VisionReplayManager is create and start - Working 2. Call VisionReplayManager.stop to pause the Replay - working 3. After calling VisionReplayManager.start() Replay...

2021-05-23 11:40:59.929 26542-26542/com.sivakumar.visionar E/AndroidRuntime: FATAL EXCEPTION: main Process: com.sivakumar.visionar, PID: 26542 java.lang.NoSuchMethodError: No static method obtainVisionFleetSkuUserToken(Ljava/lang/String;)Ljava/lang/String; in class Lcom/mapbox/android/accounts/v1/MapboxAccounts; or its super classes (declaration of 'com.mapbox.android.accounts.v1.MapboxAccounts' appears in /data/app/~~MX9w54-oBwUWmxH_bW5jxw==/com.sivakumar.visionar-XxmXKISttmtHDHVE2ktNIg==/base.apk) at...

I see the new snapdragon 888 chipset is not in the vision supported devices? I can still run vision since the new galaxy phones have OpenCL support. Any updates on...

Hello, Is it possible to remove camera preview from AR view? Idea is just to keep route indication, speed, etc. but without preview from camera. Unfortunately can't something about it...

Given the VisionManager.startRecording is for debugging only, I am trying to find a simple way to record the video using my own code. I used Google's Camera2 video recorder sample...

In ExternalVideoSourceActivity.java, onFrameSignClassificationsUpdated is not called when I use my own video source.

how to import or create these classes import com.mapbox.vision.VisionManager; import com.mapbox.vision.ar.VisionArManager; import com.mapbox.vision.ar.core.models.ManeuverType; import com.mapbox.vision.ar.core.models.Route; import com.mapbox.vision.ar.core.models.RoutePoint; import com.mapbox.vision.ar.view.gl.VisionArView; import com.mapbox.vision.mobile.core.interfaces.VisionEventsListener; import com.mapbox.vision.mobile.core.models.AuthorizationStatus; import com.mapbox.vision.mobile.core.models.Camera; import com.mapbox.vision.mobile.core.models.Country; import com.mapbox.vision.mobile.core.models.FrameSegmentation; import...

Device: Galaxy S20 5G (Android 10) App: POI Example (POIActivityKt). I modified SESSION_PATH for the restriction of external storage on Android 10, ``` // It is "/storage/emulated/0/Android/data/com.mapbox.vision.examples/files/session" on the device....