FastAndroidCamera
FastAndroidCamera copied to clipboard
Camera preview callbacks with less overhead on Xamarin.Android.
Hello, I am trying to access the frames of the preview on Android using this Library, and then passing the FastJavaByteArray to Zxing's Decode() method to scan for a barcode...
Hello, if i instanciate the class: this.previewNonMarshallingCallback = new mPreviewNonMarshallingCallback(); The following exception is thrown: Unhandled Exception: System.TypeLoadException: Could not load type 'FastAndroidCamera.INonMarshalingPreviewCallbackInvoker' from assembly 'FastAndroidCamera, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Hi, Do you have any plan to update camera API to camera2? Thanks, Jesse
Using xamarin forms, I've implemented a custom renderer to show a camera preview in a tabbed page (snapchat like). When moving away from the page and back (a few times)...
The readme file says: ``` ... using (FastJavaByteArray buffer = new FastJavaByteArray(numBytes)) { // allocate new Java byte arrays for Android to use for preview frames camera.AddCallbackBuffer(new FastJavaByteArray(numBytes)); } ......