478 Commits

Author SHA1 Message Date
mrstecklo
8ac5739f97 pylonsrc: added handlers for coloradjustment property 2021-05-12 15:24:49 -04:00
Joshua M. Doe
bba2fecd56 gentlsrc: run gst-indent 2021-05-03 13:38:43 -04:00
Joshua M. Doe
380ff91eb2 phoenixsrc: allow for logging FPGA temp if env var GST_PHOENIX_FPGA_TEMP_LOG is set 2021-04-15 08:46:04 -04:00
Joshua M. Doe
91131aeb7a gentl: fix installation of PDB files 2021-04-14 14:09:08 -04:00
Joshua M. Doe
87c25c9175 kayasink: use scan function that works on older versions of Vision Point 2021-04-14 14:09:08 -04:00
Joshua M. Doe
d8f21e3852 klvinspect: add log messages saying where timestamp came from 2021-04-14 14:09:08 -04:00
Joshua M. Doe
3e40808539 klvtimestamp: new element to parse KLV for timestamp to add as meta reference timestamp 2021-04-14 14:09:08 -04:00
Joshua M. Doe
32abd30f5e klvinject: prepare outbuf buffers to handle non-writable buffers 2021-04-14 14:08:48 -04:00
Joshua M. Doe
b0dad8b7b2 kaysrc: don't try and set zero exposure time
Mostly to get rid of annoying warnings
2021-04-13 13:36:04 -04:00
Joshua M. Doe
402841ec91 saperasrc: allow for logging FPGA temp if env var GST_SAPERA_FPGA_TEMP_LOG is set 2021-04-13 13:31:14 -04:00
Joshua M. Doe
2f19e05e9c kayasrc: allow for logging FPGA temp if env var GST_KAYA_FPGA_TEMP_LOG is set 2021-04-13 13:27:20 -04:00
Joshua M. Doe
f39e48d065 kaya: run gst-indent 2021-04-02 11:59:37 -04:00
Joshua M. Doe
8a79fa0c0d kayasink: fix supported pixel formats 2021-04-02 11:20:00 -04:00
Joshua M. Doe
71631261be gentlsrc: add additional pixel formats 2021-03-23 15:44:07 -04:00
Joshua M. Doe
842651e1bc common: add more pixel formats to genicam helper file 2021-03-23 15:42:46 -04:00
Joshua M. Doe
5925f643b1 gentlsrc: rename genicamsrc to gentlsrc and fix build 2021-03-23 14:31:07 -04:00
Joshua M. Doe
e970fcd33b genicamsrc: properly close video by sending AcquisitionStop 2021-03-23 14:17:28 -04:00
Joshua M. Doe
e93de61e98 genicamsrc: fix getting interface ID 2021-03-23 14:16:38 -04:00
Joshua M. Doe
1a3d985fd8 genicam: make it easier in code to switch between different producers 2021-03-23 14:14:54 -04:00
mrstecklo
b4455dbcf8 pylonsrc: read values of Gev features 2021-03-02 07:11:09 -05:00
Eskild Helmersen
e4e231fca8 pylonsrc: the limits of some of the transport-layer parameters are codependent, and must be adjusted accordingly
See Pylon manuals, and PylonViewer, to understand these relations.
2021-03-02 07:11:09 -05:00
Eskild Helmersen
7f3f51fbf3 pylonsrc: added GST parameter bandwidth-reserve-acc 2021-03-02 07:11:09 -05:00
Eskild Helmersen
b8ebed176a pylonsrc: added GST bandwidth-reserve parameter (GevSCBWR) 2021-03-02 07:11:09 -05:00
Eskild Helmersen
d1c687fb6e pylonsrc: Added frame-trans-delay parameter 2021-03-02 07:11:09 -05:00
Eskild Helmersen
5b809cc950 pylonsrc: added gst parameter inter-packet-delay for tuning when using multiple cameras and limited bandwidth situations 2021-03-02 07:11:09 -05:00
Eskild Helmersen
1f121e3e01 pylonsrc: added parameter packet-size for better tuning in bandwidth restricted environments. 2021-03-02 07:11:09 -05:00
Eskild Helmersen
314581b002 pylonsrc: added custom grab-timeout parameter instead of hardcoded 1s wait.
Useful when trying to understand bandwith related issues on the Basler cameras.
2021-03-02 07:11:09 -05:00
Eskild Helmersen
88bc6062b3 pylonsrc: fail only after n number of consecutive failed frames 2021-03-02 07:11:09 -05:00
Joshua M. Doe
20f4bb710b add kayasink to README 2021-02-25 10:24:45 -05:00
Joshua M. Doe
6166ddc3ed klvinspect: add property to dump KLV data to a file 2021-02-25 09:36:34 -05:00
Joshua M. Doe
cc2a768303 idsueyesrc: fix handling of MONO10, MONO12, and MONO14
I hope endianness doesn't vary by platform or camera...
2021-02-25 09:36:34 -05:00
Joshua M. Doe
b13bcc5212 qcamsrc: add binning property 2021-02-25 09:36:34 -05:00
Joshua M. Doe
6c62aa3548 idsueyesrc: add exposure and framerate properties
These are only suitable for setting values right now, they aren't being updated yet.
2021-02-25 09:36:34 -05:00
Joshua M. Doe
87f20146a6 idsueyesrc: fix config-file path handling to work on Windows and Linux
The 5a4b2ce3 commit fixed it for Linux, but broke it for Windows.
2021-02-25 09:36:34 -05:00
Joshua M. Doe
8e702a802b pleorasrc: fix support for Bayer formats
Closes #44
2021-02-25 09:36:34 -05:00
Joshua M. Doe
fb9c8bfd06 mention QImaging QCam in README 2021-02-25 09:36:34 -05:00
Joshua M. Doe
8dcf24d0f3 qcamsrc: send camera settings as a group 2021-02-25 09:36:34 -05:00
Joshua M. Doe
9a99935cad qcamsrc: run indent 2021-02-25 09:36:34 -05:00
Joshua M. Doe
3bec8a37da qcamsrc: cleanup on stop_requested
Otherwise false errors and seg faults occur
2021-02-25 09:36:34 -05:00
Joshua M. Doe
44fe9a9714 qcamsrc: make gain a double instead of float 2021-02-25 09:36:34 -05:00
Joshua M. Doe
e903e7f641 qcamsrc: make timeout be in addition to exposure time 2021-02-25 09:36:34 -05:00
Joshua M. Doe
f1b31927f3 qcamsrc: add region of interest (ROI) properties 2021-02-25 09:36:33 -05:00
Joshua M. Doe
c72458c918 qcamsrc: Initial commit of QImaging QCam video source 2021-02-25 09:36:33 -05:00
Joshua M. Doe
01c65a2d18 kayasink: fix property max values 2021-02-25 09:36:33 -05:00
Joshua M. Doe
27c91326af kayasink: add new sink for Kaya Chameleon CXP simulators 2021-02-25 09:36:33 -05:00
mrstecklo
19a198895c pylonsrc: moved setting pixel format to _set_caps() 2021-02-18 06:02:24 -05:00
mrstecklo
f9d9af433c pylonsrc: handle float features with int aliases 2021-02-18 06:02:24 -05:00
mrstecklo
a28d0fd840 pylonsrc: extend property ranges for raw values 2021-02-18 06:02:24 -05:00
mrstecklo
48f104dbdb pylonsrc: fixed PGI alias handling 2021-02-18 06:02:24 -05:00
mrstecklo
ed3dd3915a pylonsrc: handle feature aliases 2021-02-18 06:02:24 -05:00