pylon_gstreamer
pylon_gstreamer copied to clipboard
A robust integration of Basler's Pylon API with GStreamer. Delivers applications as ready-to-run standalone compiled executables (gst-launch-1.0 is not needed). Designed for reliability and easy acces...
Hi, I 'am using simpleGrab example with Nvidia Jetson AGX evaluation board. I added performance parameters MaxTransferSize, DeviceLinkThroughtputLimit, MaxNumberBuffer, NumMaxQueuedUrbs, TransferLoopThreadPriority and MaxBufferSize and framerate to 100, but see 60...
Hi, is it possible to stream video with resolution 4096x3000? I have tried 1920x1080 and it works great. But when i try higher: `./demopylongstreamer -rescale 4096 3000 -h264stream 192.168.1.129` i...
Firsly, congratulations for your work! :-) I'm working on a Basler camera and I'm studiyng your code in order to better understand gstreamer. In particularly, I'm interested to understand what's...
Hello, I have stumbled upon your code and I would like to say that it is awesome! I wish I had found this a year ago! I have been trying...
I think that there is a memory leak in retrieve_image. After running your project for more than a couple of hours I noticed that the application was eating up gigabytes...
Since Issue #9 is closed and we now have a single converter element in the AppSrc bin, we can remove the converters after m_source in CPipelineHelper functions to make them...