SocketCam C820 Added to Android CaptureSDK
Dev Community Updates by Long PanThe wait is over. SocketCam C820, the free camera-based scanning solution, is officially included with the latest update of the CaptureSDK for Android, CaptureSDK Java V1.6.
With SocketCam C820, your customers now have the option to use the camera on their mobile devices to read 1D/2D barcodes. You are also able to test your implementation without relying on any physical barcode readers.
Once SocketCam is integrated as a scanner in your app, you can switch to a physical scanner or reader with minimal or no code change depending on the type of device chosen. If you have already integrated CaptureSDK, all you need to do is to enable the SocketCam extension and add a trigger button in your app.
This version also supports our new lower-cost 2D barcode readers ( SocketScan S720, SocketScan S820, DuraScan D720, DuraScan D820, and DuraSled DS820) with no code change required in your app.
In addition to SocketCam C820, we have changed the URL of the public repository for hosting the SDK packages. Instead of using the snapshots (which are reserved now for our Beta releases), you should now point to the releases folder of the repo for your production:
repositories {
mavenCentral()
maven {
url "https://bin.socketmobile.com/repo/releases"
}
}
You can find the latest version here.
For both the new SDK URLs and the SocketCam feature, you can refer to the latest sample app here.
As always, it is critical for us to hear your feedback. Please let us know your thoughts here or through the developer support email.
Happy coding,
Socket Mobile SDK Team