OpenCV for Unity ver2.0.4 Release!
- Author: Enox Software
- Category: Update
- Tags: OpenCV for Unity
Version 2.0.4
[Android]Added Support for Split Application Binary (.OBB) [Android]Removed opencvforunity.jar.Related posts
OpenCV for Unity ver2.6.2 Release!
Version 2.6.2 [Common]Changed the minimum supported version to Unity2021.3.35f1. [Common]Added AsyncGPUReadback2MatHelper. [Common]Updated MultiSource2MatHelperExample. [Common]Separated the examples using the Built-in Render Pipeline and Scriptable Render Pipeline. [Common]Fixed a memory leak in Converters.cs.
- Author: Enox Software
- Category: Update
- Tags: OpenCV for Unity
Dlib FaceLandmark Detector ver1.3.1 Release!
Version 1.3.1 [Common]Fixed a small issue.
- Author: Enox Software
- Category: Update
- Tags: Dlib FaceLandmark Detector
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