Ask Your Question

frenchy's profile - activity

2020-06-26 04:52:38 -0600 received badge  Popular Question (source)
2019-08-19 08:41:09 -0600 marked best answer Can python use VideoCapture for custom added functions in opencv 3.2.0?

I am editing ffmpeg and opencv's libraries to accommodate a feature to read NTP timestamps of a video stream's packets. Would I have to make adjustments to the videocapture function from python? I don't really understand the python bindings for videocapture. Can anyone explain?

Edit: I found the solution, apparently all i had to do was just edit the C++ code on the version of opencv of my choice then just build it and make install. Then it was called in videocapture's class.

Thanks a lot berak! the documentation helped quite a bit.

2019-08-19 04:21:48 -0600 received badge  Editor (source)
2019-08-19 04:21:48 -0600 edited question Can python use VideoCapture for custom added functions in opencv 3.2.0?

Can python use VideoCapture for custom added functions in opencv 3.2.0? I am editing ffmpeg and opencv's libraries to ac

2019-08-19 03:23:37 -0600 commented question Can python use VideoCapture for custom added functions in opencv 3.2.0?

Thank you! I appreciate it.

2019-08-19 02:50:02 -0600 commented question Can python use VideoCapture for custom added functions in opencv 3.2.0?

my bad, I want to test out something without breaking anything important, I am following a guide from back in 2017, duno

2019-08-19 02:49:05 -0600 commented question Can python use VideoCapture for custom added functions in opencv 3.2.0?

my bad, I want to test out something without breaking anything important. I'd like to ask in what way or how may I chang

2019-08-19 02:26:37 -0600 asked a question Can python use VideoCapture for custom added functions in opencv 3.2.0?

Can python use VideoCapture for custom added functions in opencv 3.2.0? I am editing ffmpeg and opencv's libraries to ac

2019-07-26 04:51:22 -0600 received badge  Enthusiast
2019-07-22 21:56:30 -0600 commented question Changing gstreamer pipeline to opencv in python[SOLVED]

Thanks man! I figured it had something to do with the backward slash. I am in a predicament at the moment as to why th

2019-07-22 21:48:52 -0600 commented question Changing gstreamer pipeline to opencv in python[SOLVED]

Thanks man! I figured it had something to do with the backward slash. I am in a predicament at the moment as to why th

2019-07-22 21:47:54 -0600 commented question Changing gstreamer pipeline to opencv in python[SOLVED]

Thanks man! I am in a predicament at the moment as to why the gstreamer pipeline for VideoCapture doesn't work with late

2019-07-21 23:25:05 -0600 asked a question Changing gstreamer pipeline to opencv in python[SOLVED]

Changing gstreamer pipeline to opencv in python Trying to change this gstreamer pipline to python for opencv but having