Dynamsoft / camera-enhancer-mobile-samples

This repository stores the samples of Dynamsoft Camera Enhancer for mobile editions (Android and iOS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamsoft Camera Enhancer samples for Android and iOS editions

This repository contains multiple samples that demonstrates how to use the Dynamsoft Camera Enhancer Android and iOS Editions.

Requirements

Android

  • Supported OS: Android 5 or higher (Android 7 or higher recommended)
  • Supported ABI: armeabi-v7a, arm64-v8a, x86, x86_64
  • Development Environment: Android Studio 3.4+ (Android Studio 4.2+ recommended).

iOS

  • Supported OS: iOS 11.0 or higher.
  • Supported ABI: arm64 and x86_64.
  • Development Environment: Xcode 13 and above (Xcode 14.1+ recommended).

Samples

Android

Sample Description
HelloWorld This is a Android sample that illustrates the simplest way to capture frame from video streaming with Dynamsoft Camera Enhancer SDK.

iOS

Sample Description
HelloWorldObjc This is a iOS(ObjectiveC) sample that illustrates the simplest way to capture frame from video streaming with Dynamsoft Camera Enhancer SDK.
HelloWorldSwift This is a iOS(Swift) sample that illustrates the simplest way to capture frame from video streaming with Dynamsoft Camera Enhancer SDK.

How to build

  1. Enter the sample folder, install DCE SDK through pod command

    pod install
  2. Open the generated file [SampleName].xcworkspace

License

Contact Us

https://www.dynamsoft.com/company/contact/

About

This repository stores the samples of Dynamsoft Camera Enhancer for mobile editions (Android and iOS)

License:Other


Languages

Language:Objective-C 40.0%Language:Swift 33.3%Language:Java 22.4%Language:Ruby 4.3%