OpenCV for Unity ver2.2.6 Release!
- Author: Enox Software
- Category: Update
- Tags: OpenCV for Unity
Version 2.2.6
[Android]Added arm64-v8a Architecture. [Common]Added ImwriteScreenCaptureExample.Related posts
Introductions
Hello everyone! Welcome. This site is the official site of the Unity Asset ” OpenCV for Unity ” .
- Author: Enox Software
- Category: News
- Tags: OpenCV for Unity
How to combine ARExample and URP
The Universal Render Pipeline (URP) is a prebuilt Scriptable Render Pipeline, made by Unity. OpenCVforUnity itself works fine with any render pipeline, but the ARExample, which superimposes two camera images, does not render well in the URP project. This is because some components of the ARExample are configured for the built-in rendering pipeline. By setting these settings for the universal rendering pipeline, AR objects will render correctly. MainCamera ARCamera Cube MockARMarker ScreenShot
- Author: Enox Software
- Category: Tips
- Tags: OpenCV for Unity
Dlib FaceLandmark Detector ver1.0.1 Release!
Version 1.0.1[Common]Added OptimizationSample.[Common]Added DetectRectDetection() method.
- Author: Enox Software
- Category: Update