cudawarped
cudawarped
@atinfinity the result of cv::getBuildInformation() > General configuration for OpenCV 4.6.0-dev ===================================== > Version control: 4.6.0-54-ge52a23df6c-dirty > > Extra modules: > Location (extra): D:/repos/opencv/contrib/modules > Version control (extra): 4.6.0-16-g9d0a451b-dirty >...
@asmorkalov I should add that setting the number of threads is not just an RTSP issue/requirement. It seems like a feature that would be useful when streaming fron n camera's...
Is h264 encoding supported by the FFmpeg shared lib on windows? If so what is the fourcc code?
> I believe we could start from tests with parameters to see the scope of the problem: > > * `std::tuple` > > > Test files for different codecs can...
@luxifeo Can you see if https://github.com/opencv/opencv/pull/22248 fixes [your issue ](https://forum.opencv.org/t/cannot-read-rtsp-stream-with-less-than-1-fps/9467)when reading from an RTSP stream and if so can you check if you have the same issue when reading from...
@awarebayes Whilst I am no fan of NPP, I believe that they should offer the best performance going forward on newer architectures than the OpenCV hand rolled code which was...
@awarebayes Its your pull request, I'm mearly suggesting an alternative approach which in my opinion may be better, ultimately its up to the maintainers to decide. If you do apply...
@alalek I'm not great with templates is there a better way of implementing this change with them? I'm asking because if this change is suitable it could probably be applied...
@VadimLevin I've added the changes you suggested.
test_event.cpp was added between 4.5.5 and 4.6.0 (see https://github.com/opencv/opencv_contrib/pull/3144) so it shouldn't be available in 4.5.2 are you mixing up different versions of OpenCV?