Roman Inflianskas
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 19
- Subscriptions 6
Activity overview
Latest activity by Roman Inflianskas-
Roman Inflianskas commented,
I'm not sure if that solves your problem, but you have to convert the rectangle you are getting from OpenCV to the nx::sdk::analytics::Rect so that the coordinates are in [0, 1]. You can use this s...
-
Roman Inflianskas commented,
Anubhav, Here is how we (the Nx) do this: cv::Mat img( /*_rows*/ frame->height(), /*_cols*/ frame->width(), /*_type*/ CV_8UC3, //< BGR color space (default for OpenCV) /*_data*/ (void*)...
-
Roman Inflianskas commented,
Martijn, Unfortunately, I have no idea, because this feature will not be included into 4.0 (we already passed feature freeze), and release dates for future versions of Nx Witness are not determined...
-
Roman Inflianskas commented,
Martijn, What do you mean by "virtualized environment"? OS running in Virtual Machine like VirtualBox? If so, we've tested that. It works ~30% slower (in our testing environment), but it works fine...
-
Roman Inflianskas commented,
It would be great if the plugin could choose per stream per camera.
-
Roman Inflianskas commented,
Martijn, In Nx we have done a lot of research and came to the conclusion that standard solutions do not work Real-Time on the usual hardware (without a powerful graphics card). Now we are developin...