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 $120 USD (license for one developer)
Order Camera2 for Android multi-license $360 USD (license for all developers in company)
Order Camera2 for Android year upgrades $60 USD (registered users only)
Order Camera2 for Android year upgrades multi-license $180 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

Icon Barcode Suite
Icon Barcode Suite for FireMonkey
Icon Camera for FireMonkey
Icon Camera for iOS
Icon Camera for macOS
Icon Camera for VCL
Icon OBR Library for Android
Icon OBR ML Library for Android
Icon Optical Barcode Recognition for FireMonkey