WINSOFT components and applications

Camera2 for Android

Camera2 for Android

Delphi and C++Builder camera and media recorder components for Android.
Download Camera2 for Android 2.1 trial version
Download Camera demo example
Download Audio Recorder demo example
Download Video Recorder demo example
Order Camera2 for Android $180 USD (license for one developer)
Order Camera2 for Android multi-license $540 USD (license for all developers in company)
Order Camera2 for Android year upgrades $90 USD (registered users only)
Order Camera2 for Android year upgrades multi-license $270 USD (registered multi-license users only)
Order Winsoft Component Package

FAQ

How can I apply changed properties to the active preview?

ACamera2.EffectMode := TEffectMode.Mono;
ACamera2.UpdatePreview; // apply properties to active preview
							

How can I use camera component for optical barcode recognition?

Call CaptureImage method periodically and provide barcode recognition in the OnImageAvailable event handler. You can use Barcode Suite for FireMonkey for this purpose.

Why EJNIFatal exception with message 'Java type sk/winsoft/camera2/DeviceStateCallbackListener could not be found' is raised?

Add Winsoft.Android.Camera2.jar file located in folder "c:\Program Files (x86)\Winsoft\Camera2 for Android\Library" to "Target Platforms/Android 32-bit/Libraries" subtree in the Delphi Projects window.

Why 'Cannot create surface view' exception is raised?

Some control for native preview has to be used. Add TPanel component to the form and set its ControlType property to Platform. Then set Camera2.PreviewControl property to this panel control.

Useful Links

IconBarcode Suite
IconBarcode Suite for FireMonkey
IconCamera for iOS
IconCamera for macOS
IconMedia Suite
IconMedia Suite for FireMonkey
IconOBR Library for Android
IconOBR ML Library for Android
IconOptical Barcode Recognition for FireMonkey