268 Commits

Author SHA1 Message Date
Joshua M. Doe
a0302d6faa niimaqdxsrc: allow attributes to be set at any time, not just startup 2016-07-11 11:28:49 -04:00
Joshua M. Doe
425994d8fb imperxflexsrc: recover from disrupted signals and better accounting of dropped frames 2016-07-08 11:52:49 -04:00
Joshua M. Doe
e876660438 imperxflexsrc: add timeout property, unlock and unlock_stop methods for better fault handling 2016-07-06 14:36:59 -04:00
Joshua M. Doe
f2c86ccd48 euresyssrc: set video format more fully to fix colorized grayscale issue 2016-07-06 12:06:18 -04:00
Joshua M. Doe
6c39c4ee93 niimaqsrc: simplify code, remove avoid-copy, better timestamp handling 2016-07-01 12:16:35 -04:00
Joshua M. Doe
2b45dea2ed niimaq: add timeout property 2016-07-01 10:00:01 -04:00
Joshua M. Doe
f129b56b2a saperasrc: reduce warnings from clang-analyzer 2016-07-01 08:48:58 -04:00
Joshua M. Doe
59a583d8c7 build: clean up CMakeLists.txt and install pdb files alongside dlls 2016-06-28 13:53:48 -04:00
Joshua M. Doe
3ca702aaa9 imperxflexsrc: fix support for RGBA (actually BGRA), and Bayer 8, add Bayer10+ later 2015-10-21 11:43:31 -04:00
Joshua M. Doe
ab63947b9c saperasrc: rename format-file to config-file for uniformity with other elements 2015-10-21 08:53:36 -04:00
Joshua M. Doe
2b9ab7f569 imperxflexsrc: rename format-file to config-file for uniformity with other elements 2015-10-21 08:53:04 -04:00
Joshua M. Doe
8d426a1afc imperxflexsrc: add untested support for RGB 2015-10-21 08:52:42 -04:00
Joshua M. Doe
69a1db6b2f edtpdvsrc: fix build 2015-10-21 08:44:11 -04:00
Joshua M. Doe
6076fedfa9 niimaqdxsrc: run gst-indent 2015-09-15 15:33:25 -04:00
Joshua M. Doe
4ea4487d2f niimaqdxsrc: send error msg on unsupported pixel formats, not assert 2015-09-15 15:33:09 -04:00
Joshua M. Doe
7b8a6f2453 niimaqdxsrc: simplify template caps, mostly for better looking gst-inspect output 2015-09-15 15:31:31 -04:00
Joshua M. Doe
13450b3304 niimaqdxsrc: add GenICam-style pixel format names for Mono* 2015-09-15 15:30:39 -04:00
Joshua M. Doe
d585319cef imperxflexsrc: fix build and rename framelinksrc to imperxflexsrc 2015-08-03 15:27:32 -04:00
Joshua M. Doe
965709b06a phoenixsrc: fix CMakeLists.txt 2015-08-03 14:17:18 -04:00
Joshua M. Doe
f1a1482f8f euresyssrc: add property for pixel timing to produce square or broadcast pixels 2015-07-10 15:03:14 -04:00
Joshua M. Doe
3575163e6c euresyssrc: update build to support 64-bit 2015-07-10 13:39:16 -04:00
Joshua M. Doe
8cabf9f434 niimaqsrc: make sure we return GST_FLOW_ERROR on timeout 2015-06-29 14:47:52 -04:00
Joshua M. Doe
e0b97d0a34 niimaqdxsrc: add "Bayer GR 8" and "Bayer GR 12" formats 2015-06-24 07:05:32 -04:00
Joshua M. Doe
833accf1b6 niimaqdxsrc: add 64-bit import library as NI doesn't provide one 2015-06-24 07:05:00 -04:00
Joshua M. Doe
16dbd0c915 saperasrc: add channel-extract property to get UINT16 of R, G, or B 2014-12-16 14:23:47 -05:00
Joshua M. Doe
94b387cc13 saperasrc: add server-index and resource-index properties 2014-12-16 14:22:26 -05:00
Joshua M. Doe
802e9316d2 saperasrc: add support for RGB8888 aka BGRA 8-bit 2014-12-11 15:00:10 -05:00
Joshua M. Doe
b0e396b886 saperasrc: add support for RGB888 aka BGR 8-bit 2014-12-11 14:51:06 -05:00
Joshua M. Doe
9a971a9fb3 saperasrc: run gst-indent 2014-12-11 14:48:25 -05:00
Joshua M. Doe
d7851d627f saperasrc: add new plugin for Teledyne DALSA Sapera frame grabbers 2014-12-11 14:00:24 -05:00
Joshua M. Doe
1cec085eca niimaqdx: cleanup cmakelists 2014-12-11 10:57:56 -05:00
Joshua M. Doe
a66d8ae243 pixcisrc: add timeout property 2014-10-22 14:20:34 -04:00
Joshua M. Doe
e7e0ff2b85 pixcisrc: update CMakeLists to actually work 2014-10-22 14:19:15 -04:00
Joshua M. Doe
fd8c0d9225 niimaqdxsrc: add more mono formats 2014-09-30 16:23:24 -04:00
Joshua M. Doe
ccacc9bdb8 niimaqdxsrc: add bayer-as-gray property to use GRAY caps instead of BAYER 2014-09-30 16:23:23 -04:00
Joshua M. Doe
59bce030b0 build: get CMake build working again to build in VS2012 2014-09-30 16:23:23 -04:00
Joshua M. Doe
87490ce952 niimaqdxsrc: use depth instead of bpp to correctly calculate stride 2014-06-10 15:17:00 -04:00
Joshua M. Doe
acbe262ed6 niimaqdxsrc: avoid potential crashes when pixel format is unsupported 2014-04-24 15:06:12 -04:00
Joshua M. Doe
06fda33eaf niimaqdxsrc: add support for "BGRA 8 Packed"
Motivated by PixeLINK FireWire camera.
2014-04-24 15:04:25 -04:00
Joshua M. Doe
209f39bf48 niimaq: fix variable name collision 2014-04-01 14:42:54 -04:00
Joshua M. Doe
61288388c5 niimaqsrc: improve timestamping
_create often locks the mutex before the start_frame_callback, resulting
in bad timestamps. Also an estimated duration causes d3dvideosink to give
poor display, so comment this out for now.
2014-03-12 15:13:42 -04:00
Joshua M. Doe
ef42c2243d niimaqsrc: fix support for color cameras 2014-01-28 11:01:04 -05:00
Joshua M. Doe
a3f9a8a843 framelinksrc: add rough timestamp, correct buffer offset 2014-01-24 10:03:19 -05:00
Joshua M. Doe
181607d15c framelinksrc: add (untested) support for multiple boards 2014-01-24 10:03:19 -05:00
Joshua M. Doe
17a360b8d2 framelinksrc: callback used now and use unpack function
Making the callback __stdcall fixed the problem. No clear way how to do a
grab without using a callback, so remove that code. Also use unpack
function provided by the library rather than rolling our own.
2014-01-24 10:03:18 -05:00
Joshua M. Doe
9e585ffd46 framelinksrc: don't push out an old buffer and report dropped frames 2014-01-24 10:03:18 -05:00
Joshua M. Doe
61b7040c2d framelinksrc: properly copy buffer if there is pre- or post-valid data 2014-01-24 10:03:18 -05:00
Joshua M. Doe
aa46f16701 framelinksrc: add _reset function 2014-01-24 10:03:17 -05:00
Joshua M. Doe
588b844357 framelinksrc: add non-callback method of getting buffers 2014-01-24 10:03:17 -05:00
Joshua M. Doe
8a814b1006 framelinksrc: actually use callback when starting grab 2014-01-24 10:03:17 -05:00