mrstecklo
82502f44ce
pylonsrc: fixed typo in propAutoFeature
2021-02-18 06:02:24 -05:00
mrstecklo
2ea7e9ee63
pylonsrc: fixed offset default behaviour and continuous mode reading
2021-01-22 11:12:56 -05:00
mrstecklo
11b85fcc3a
pylonsrc: check strings before reading
2021-01-22 11:12:56 -05:00
mrstecklo
6b286964ca
pylonsrc: added config-file and ignore-defaults properties
2021-01-22 11:12:56 -05:00
mrstecklo
f5d65c4a1a
pylonsrc: added property state flags
2021-01-22 11:12:56 -05:00
mrstecklo
6b863f3460
pylonsrc: refactored 'feature_supported'
2021-01-22 11:12:56 -05:00
mrstecklo
9ed4d32163
pylonsrc: grouped limits and manual values for autofeatures
2020-11-25 07:41:49 -05:00
mrstecklo
8c6ff96c89
pylonsrc: refactored autofeatures
2020-11-25 07:41:49 -05:00
mrstecklo
53351a0818
pylonsrc: refactored grouped features
2020-11-25 07:41:49 -05:00
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
26e05b7058
build: allow overriding installation directories
...
More sensible defaults and allow for overriding. Also make PDB installation
optional on Windows if RelWithDebInfo isn't the build type being used.
CMAKE_INSTALL_PREFIX defaults to GStreamer install location on Windows and
/usr/lib on other platforms.
PLUGIN_INSTALL_DIR defaults to CMAKE_INSTALL_PREFIX/gstreamer-1.0
LIBRARY_INSTALL_DIR defaults to CMAKE_INSTALL_PREFIX/
PDB_INSTALL_DIR defaults to CMAKE_INSTALL_PREFIX/
2020-04-15 09:26:40 -04:00
Joshua M. Doe
59715529c7
build: only install PDBs on Windows
2020-04-14 16:17:45 -04:00
Joshua M. Doe
4ebc6b8c77
build: consistently have libgst prefix on all plugins
...
Before this, on Linux there'd be a liblibgst prefix
2020-04-14 16:17:45 -04: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