OpenCV for Unity ver2.4.0 Release!
- Author: Enox Software
- Category: Update
- Tags: OpenCV for Unity
Related posts
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.3.8 Release!
Version 1.3.8(current) [Common]Changed to use unsafe code by default. [Common]Optimized the amount of memory allocation, in the FaceLandmarkDetector class.
- Author: Enox Software
- Category: Update
- Tags: Dlib FaceLandmark Detector
OpenCV for Unity ver2.4.7 Release!
Version 2.4.7 [Common]Updated to OpenCV4.5.5. [Common]Added FaceDetectorYNWebCamTextureExample, FaceRecognizerSFExample and QRCodeEncoderExample.
- Author: Enox Software
- Category: Update
- Tags: OpenCV for Unity