Matthew B.
Matthew B.
Hi there, I think I see two goals here: 1. Acquiring the image at a precise moment. 2. Fastest possible transmission of the image to the application. For 1, yes...
If it helps, I have done a similar application via C/C++ and GStreamer, where GStreamer encodes the image stream as H.264 and transmits it over the network to another host...
Hi readers, I'm curious for your input :-). When I developed pylon_gstreamer, I actually specifically avoided creating a canned plugin on purpose. My reasoning was that a plugin is most...
Hi joshdoe, Interesting use case to think about! I wonder, the GenAPI in pylon has a "CValuePtr" in addition to "CIntegerPtr, CEnumerationPtr, etc." With that, you can access the feature...
Hello Frank, When using Zingmar's plugin, which sink do you use to display the images, is it autovideosink or something else? A tricky part with Gstreamer is that not all...
Hi, So sorry I am seeing this so late!!! :-(. This program does not create a source plugin that can be used with gst-launch. It creates a fully finished application....
Hi Tobias! Thank you for picking this up! I see, yes you're correct about the implementation. I should do an unref when pushing via the signal. But I have not...
Hi there, I am sorry I am seeing this so late! I think I was not getting notifications from this repo :(. Is this still an issue for you? I...
Hi there, I'm terribly sorry I am seeing this so late! I think I was not getting notifications from this repo... Fundamentally this should be possible, but I think maybe...
hi there, I have the same problem. by chance have you found a solution besides converting them to strings? thanks!