Enox Software
Enox Software
Thank you very much for your detailed report. We were able to reproduce the issue on our environment (Silicon Mac / arm64) as well. When useFindChessboardCornersSBMethod is enabled and the...
Thank you very much for reporting. Do the VideoWriterExample and VideoWriterAsyncExample included in the Examples folder of OpenCVForUnity work fine in your current environment? Your code specifies fourcc as VideoWriter.fourcc(‘H’,...
The following problems are currently reported with opencv. https://github.com/opencv/opencv/issues/19999 Due to this issue, VideoWriter on iOS platform does not seem to work well with fourcc(‘H’, ‘2’, ‘6’,. ‘4’).
The FfmpegUnity asset is required for this Example project. Please obtain FfmpegUnity and import it into the project. https://github.com/MUMEI-NON906/FfmpegUnityDocs https://github.com/MUMEI-NON906/FfmpegUnity
Unfortunately, the current code does not seem to work properly with FfmpegToMatHelperExample, FfplayToMatHelperExample, and FfmpegGetTexturePerFrameToMatHelperExample when using rtsp or http addresses. The cause is currently under investigation. FfmpegAsyncGPUReadback2MatHelperExample can read...
Are you using the latest version (1.0.4) of FfmpegWithOpenCVForUnityExample? FfmpegAsyncGPUReadback2MatHelperExample was added in version 1.0.4. [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 3.0.0+ [FFmpeg for Unity](https://github.com/MUMEI-NON906/FfmpegUnityDocs) 2.11.1+ FfmpegWithOpenCVForUnityExample 1.0.4
FFmpeg for Unity 2.11.1 can access the repository by becoming a NON906 sponsor. https://github.com/sponsors/NON906 https://github.com/MUMEI-NON906/FfmpegUnity However, I think FfmpegWithOpenCVForUnityExample 1.0.4 will work with FFmpeg for Unity 2.10.
ObjectDetectionYOLOXExample and HumanSegmentationPPHumanSegExample will also work fine if you configure them as shown below. https://github.com/EnoxSoftware/FfmpegWithOpenCVForUnityExample/issues/2#issuecomment-3212128327
It is possible to detect only persons by using a method that extracts only the results with a class ID of 0, which is the class ID for persons, from...
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...