SkillAgentSearch skills...

NatCamWithOpenCVForUnityExample

An example of improving performance of video preview on mobile platform by replacing WebCamTexture of Unity standard API with NatCam.

Install / Use

/learn @EnoxSoftware/NatCamWithOpenCVForUnityExample
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This example project has been deprecated.

The “NatCam” and “NatShare” assets that the integration example depends on have been deprecated in the Unity Asset Store. These features appear to have been merged and evolved into a new asset called VideoKit (https://www.videokit.ai/).


NatCam With OpenCVForUnity Example

  • An example of a benchmark test integrating NatCam and OpenCVForUnity. (Comparison between WebCamTexture and NatCam API)
  • An example of replacing WebCamTextureToMatHelper with NatCamPreviewToMatHelper.
  • An example of native sharing and save to the camera roll using NatShare API.
<!-- ## Benchmark ![benchmark.jpg](benchmark.jpg) -->

Environment

Demo

Setup

  1. Download the latest release unitypackage. NatCamWithOpenCVForUnityExample.unitypackage
  2. Create a new project. (NatCamWithOpenCVForUnityExample)
  3. Import NatCam.
  4. Import NatShare.
  5. Import OpenCVForUnity.
    • Setup the OpenCVForUnity. (Tools > OpenCV for Unity > Set Plugin Import Settings)
  6. Import the NatCamWithOpenCVForUnityExample.unitypackage.
  7. Change the "Minimum API Level" to 22 or higher in the "Player Settings (Androd)" Inspector.
  8. Change the "Target minimum iOS Version" to 11 or higher in the "Player Settings (iOS)" Inspector.
    • Set the reason for accessing the camera in "cameraUsageDescription".
  9. Add the "Assets/NatCamWithOpenCVForUnityExample/*.unity" files to the "Scenes In Build" list in the "Build Settings" window.
  10. Build and Deploy to Android and iOS.

iOS Instructions

After building an Xcode project from Unity, add the following keys to the Info.plist file with a good description:

  • NSPhotoLibraryUsageDescription
  • NSPhotoLibraryAddUsageDescription

ScreenShot

screenshot01.jpg screenshot02.jpg screenshot03.jpg

Related Skills

View on GitHub
GitHub Stars25
CategoryContent
Updated8mo ago
Forks6

Languages

C#

Security Score

72/100

Audited on Jul 15, 2025

No findings