OpenCV for Unity ver1.2.6 Release!
- Author: Enox Software
- Category: Update
- Tags: OpenCV for Unity
Version: 1.2.6
[iOS]Enabled Bitcode. [Common] Added Beta10 Version of “OpenCV for Untiy” based on “OpenCV3.0.0”.Related posts
OpenCV for Unity ver2.0.5 Release!
Version 2.0.5 [Common]Added HOGDescriptorSample.
- Author: Enox Software
- Category: Update
- Tags: OpenCV for Unity
OpenCV for Unity ver2.0.2 Release!
Version 2.0.2[Common]Fixed CS0618 warnings: `UnityEngine.Application.LoadLevel(string)’ is obsolete: `Use SceneManager.LoadScene’.
- Author: Enox Software
- Category: Update
- 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