• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. N

    Using TensorFlow Lite in Xamarin.Android

    I am attempting to use the Custom Vision feature of Microsoft Azure by exporting the data for TensorFlow Lite. I am able to use Custom Vision & export the labels.txt & model.tflite files successfully with no problem, my problem is figuring out how to write the app & use TensorFlow Lite in...
  2. N

    Using CameraX in Xamarin.Android

    I am attempting to create my first Xamarin.Android app that uses the camera (I have already written many other apps that do not use the camera). I am writing my app using Xamarin.Android (NOT Xamarin.Forms) & C# (NOT Java). I have found documentation & samples related to Camera2 (Camera2...