12 Commits

Author SHA1 Message Date
mrstecklo
7faedddea2 pylonsrc: grouped related properties 2020-11-25 07:41:49 -05:00
mrstecklo
4910bea34c pylonsrc: fixed Pylon environment initialization 2020-11-10 16:22:46 -05:00
mrstecklo
b2f88a5bde pylonsrc: fixed string handling 2020-11-10 16:22:46 -05:00
mrstecklo
8bd6934d78 pylonsrc: return a copy of src->caps in get_caps; restored variable fps 2020-11-10 16:22:46 -05:00
Joshua M. Doe
ef66205b40 pylonsrc: avoid memcpy by wrapping buffer 2020-04-08 11:42:55 -04:00
Joshua M. Doe
2a07d3df60 pylonsrc: use caps negotiation for selecting PixelFormat instead of property
Renamed 'imageformat' property to 'pixel-format', and set default to 'auto',
which will query the camera for supported PixelFormats, then allow
GStreamer to negotiate the format with downstream elements.
2020-04-08 07:18:28 -04:00
Joshua M. Doe
0606ad67b3 pylonsrc: refactor _start
It was getting hard to navigate through this function
2020-04-07 11:43:59 -04:00
Joshua M. Doe
3d074be9a0 pylonsrc: add YUV422_YUYV_Packed as YUY2 video format 2020-04-07 06:54:04 -04:00
Joshua M. Doe
e43d708bec pylonsrc: add pixel format YUV422Packed 2020-04-06 15:22:11 -04:00
Joshua M. Doe
aabe7bdeaf pylonsrc: use standard LOG and DEBUG macros 2020-04-06 14:59:25 -04:00
Joshua M. Doe
2099e46e72 pylonsrc: move global variables to be instance variables 2020-04-06 14:51:17 -04:00
Joshua M. Doe
c0f68e83d3 pylonsrc: merge Basler Pylon plugin from gst-pylonsrc
Merged from https://github.com/zingmars/gst-pylonsrc

This includes some changes to include running gst-indent, and
modification to allow it to compile with Visual Studio 2012/VC11.
2020-04-06 14:35:50 -04:00