Emgu

Results 106 comments of Emgu

We should be releasing Emgu TF v2.3 in about 2 weeks.

It will be delayed. We run into issues with the TF v2.3 GPU build: We are not able to get TF v2.3.0 to compile with CUDA 10.2 and DNN 8.0....

@UnityViktorShipovskii Are you using the release from Unity Asset store?

The page here may give you some ideas on how to debug your code: http://www.emgu.com/wiki/index.php/My_model_doesn%27t_work Please take a look and see if that helps. If you still can’t get it...

Fixed in this commit: e7860ddacd541c0ce72a6a73e5fc2c51b4d6c1c4 Will be included in the next release.

We do not use the new "using" syntax without curly braces, such that our code can be compiled by compilers older than c# 8.0 (e.g. Unity 3D).

AFAIK, It is part of the opencv 4.5.3 release and therefore is included in emgucv 4.5.3 release. You can set an enviroment variable "OPENCV_VIDEOIO_MSMF_ENABLE_HW_TRANSFORMS" and open cv will use it...

"Environment.SetEnvironmentVariable" should work.

We have not tried to build Emgu CV / Open CV with GSteamer on Windows before. Based on the error message, it looks like in the "cvextern" project, you have...

Was it caused by a certain frame? Or does it happen for random frames? If it happens for random frames, I wonder if the C# runtime is doing a GC...