The type or namespace name 'NatSuite' coutld not be found
- Bought and imported OpenCVForUnity ➡️ no error.
- Downloaded and imported last NatDeviceWithOpenCVForUnityExample_v1.2.0.unitypackage ➡️ error.
What's next? 🙏
It seems that NatDevice is not supported anymore so I cannot test your plugin at all:
The apk you provide works fine on device, so it seems fine with the hardware. Could we talk in private for more source sharing please?
Thank you for reaching out.
We appreciate you testing the NatCamWithOpenCVForUnityExample_v2.3.1.apk and confirming that it works on your device. However, please note that this example project is quite old and is no longer officially supported.
As you may already know, the original "NatCam" and "NatShare" assets have been deprecated on the Unity Asset Store. It appears that NatCam has now evolved into a new product called VideoKit (https://www.videokit.ai/), which is distributed independently under a subscription-based model. Unfortunately, since it is no longer part of the Asset Store ecosystem, we do not have access to the full details or support structure of the new version.
That said, based on the available documentation (e.g., https://www.videokit.ai/reference/pixelbuffer), it looks like the core functionality for accessing pixel buffers from video frames remains relatively similar. This means that with some minor code adjustments, it should be quite possible to integrate VideoKit with OpenCVForUnity, similar to the way NatCam was previously used.