Michael Grüner

Results 80 comments of Michael Grüner

Hey! Thanks for the kind words. I'm glad you're finding it useful, that's the main purpose. To minimize IO overhead we do not write every single tracer event, but instead...

Sorry for the delay! Thanks for clarifying that this was done via `VideoCapture`. Actually, I think the metadata can be made to be written at the very beginning. Let me...

Hey @CrYo-Dyne I just pushed the [hotfix/flush-metadata-file-at-startup](https://github.com/ridgerun/gst-shark/tree/hotfix/flush-metadata-file-at-startup) branch. It should get rid of the truncated metadata file problem. Do you mind confirming? Having said that, there are still a few...

Update: Found that OpenCV Video Capture actually doesn't start a main loop. As such, some tracers won't work properly. Specifically the periodic ones, since they install a periodic timeout that...

I believe this is more of a shell problem, where the quotes get lost when the `autogen.sh` passes the flags to the `configure`. Can you try out disabling the `configure`...

I think I misread your issue report. @tvlenin can you validate this?

I ran into this problem elsewhere (nothing related to this project), and after hours of frustration I managed to build by switching the SDK to Xcode: ```bash sudo xcode-select --switch...

Hi all, the cause is exactly as pointed by @DmitrySamoylov . The periodic tracers (bitrate and framerate) use a timeout to print info periodically. These timeouts require a GMainLoop to...

Is GStreamer installed in a non-standard location? Can you run the following and share the output: pkg-config --modversion gstreamer-1.0 gst-inspect-1.0 identity Also, can you share the config.log file that autotools...

I had a similar situation. After some debugging I found out that the problem was that no `default_signature` was found. Here's the test it performs: ```python path = pygit2.discover_repository(os.fspath(os.curdir), True,...