Staffan Melin

Results 13 comments of Staffan Melin

I saw the Linux issue "Try and get Rpi 4 working without X" in the list. Does this mean running oF headless and without windowing system? I just did something...

I think this should be addressed for Linux: https://github.com/openframeworks/openFrameworks/issues/6871

Good question @dimitre! :) I an play videos but not capture them. I could with previous versions of gstreamer. I can also run the pipeline with gst-launch-1.0, but when running...

I can confirm this problem. It works on Debian 11 Stable with GStreamer 1.18 but not on Debian 11 Testing with GStreamer 1.20. I get the following error in case...

Thank you for the link @kflak! I will check it out. I tried to debug the issue, using the videoGrabberExample program. ofApp.cpp: `vidGrabber.initGrabber(camWidth, camHeight);` which calls `bool ofGstVideoUtils::setPipeline(string pipeline, ofPixelFormat...

Good question, @kflak! In the OF forums there is a similar report (to mine, with the seg fault): https://forum.openframeworks.cc/t/segmentation-fault-on-examples-computer-vision-opencvexample/39508

Last try: I am now on GStreamer 1.20.1, and using the OF nightly build from 4th of April. Still a seg fault, unfortunately. Going forwards with debugging and fixing is...

Thanks, @dimitre, this could be related. I see the person with the bug was running 1.18.5 of GStreamer, I have 1.18.3/4 on my Debian 11 Stable (which works). @kflak, exactly...

I don't really know how to move further with this. I get a seg fault even when trying to do video capture...

I have posted a link to this thread on the Gitlab thread for the issue (the similar one) for GStreamer. I hope this can be of some help. I hope...