CameraPreview icon indicating copy to clipboard operation
CameraPreview copied to clipboard

This project can help Xamarin developer get the raw image data from camera.

Results 4 CameraPreview issues
Sort by recently updated
recently updated
newest added

How can we get access to the scanned image data?

Hello. I found that UseFrontCameraIfAvailable did not work on Android devices. I inspected github repository sources and found that front camera was always bypassed by code like this; ``` //...

Add front camera usage in android from the UseFrontCameraIfAvailable value

Follow C# naming style and some optimizations.