FastAndroidCamera 2.0.0

dotnet add package FastAndroidCamera --version 2.0.0
NuGet\Install-Package FastAndroidCamera -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FastAndroidCamera" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FastAndroidCamera --version 2.0.0
#r "nuget: FastAndroidCamera, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FastAndroidCamera as a Cake Addin
#addin nuget:?package=FastAndroidCamera&version=2.0.0

// Install FastAndroidCamera as a Cake Tool
#tool nuget:?package=FastAndroidCamera&version=2.0.0

FastAndroidCamera makes it possible to use the Android.Hardware.Camera API as efficiently in C# as using the underlying android.hardware.Camera API in Java. No additional byte arrays are created, and no additional buffer copies are needed.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid403 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (20)

Showing the top 5 NuGet packages that depend on FastAndroidCamera:

Package Downloads
ZXing.Net.Mobile

ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications. See https://github.com/Redth/ZXing.Net.Mobile/releases for release notes.

BuildIt.Forms

Adds VisualStateManager, ContentButton and IconButton to Xamarin.Forms!

ZXing.Net.Xamarin

ZXing.Net.Xamarin is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Xamarin is to make scanning barcodes as effortless and painless as possible in your own applications. See https://github.com/nblockchain/ZXing.Net.Xamarin .

DK.Forms

Package Description

UBIK.UCF.AR

This is the UBIK Universal Client Foundation with AR features (UCF.AR).

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on FastAndroidCamera:

Repository Stars
Redth/ZXing.Net.Mobile
Barcode Scanner for Xamarin.iOS, Xamarin.Android, UWP and Tizen
Version Downloads Last updated
2.0.0 3,847,270 9/7/2016

Uses new Java.Interop.JniEnvironment APIs; now requires Xamarin 6.1 or later.