cudawarped

Results 83 comments of cudawarped
trafficstars

Just launch VideoReader in separate threads one for each url.

> 1. Set `maxUnparsedPackets` correctly to make VideoReader work. `maxUnparsedPackets` should work as long as your RTSP source behaves itself and is streamed over TCP. That is, it is a...

This is still an [issue](https://forum.opencv.org/t/python-opencv-cuda-opengl-imshow-18553-18588/11581) in for users in 4.7.0. If it is not likely to be fixed the documentation should probably be changed. https://github.com/opencv/opencv/blob/725e440d278aca07d35a5e8963ef990572b07316/modules/highgui/include/opencv2/highgui.hpp#L394

> Trying to run https://github.com/cudawarped/opencv-python-cuda-wheels on python 3.11 on Windows Server compiled by @cudawarped and getting import DLL error. All DLLs seem to be there. Not an issue when using...

> I have tried the solution of Windows Media pack and still I have the same issue Use process monitor to track down the missing dll. See [ImportError: DLL load...

@jason660519 and @fluviotect when you ran process monitor which dll's couldn't it find?

@catequalsgood I am presuming you are using a script to parse the process monitor output which is how you managed to filter it down to only those two entries, making...

You may find it much easier to parse the exported list, see https://forum.opencv.org/t/dll-load-failed-when-importing-a-self-built-cv2-library-in-python/16942/15

@SubhamBurnwal-BiswaGames Did you build it yourself? If so did you check for the missing dll using process explorer and if so what was missing?

> I checked the denfition of CUDA_VERSION in CUDA 12 which is the 12.XX.XX instad of a int number @sdy623 I think you are confusing CMake generation and compilation. Adding...