299 Commits

Author SHA1 Message Date
Joshua M. Doe
fbe6b50379 freeimage: Add more buffer metadata 2014-01-24 10:00:27 -05:00
Joshua M. Doe
8549479892 euresys: Add new plugin for Euresys MultiCam driver (broken)
Untested, but compiles without error.
2014-01-24 10:00:26 -05:00
Joshua M. Doe
b01ef05c41 Rename GST_PACKAGE_NAME define to PACKAGE_NAME 2014-01-24 10:00:26 -05:00
Joshua M. Doe
8dcb52b48d niimaqsrc: Move into subfolder of sys 2014-01-24 10:00:26 -05:00
Joshua M. Doe
eccdfc2703 niimaqsrc: Move into subfolder of sys 2014-01-24 10:00:26 -05:00
Joshua M. Doe
44b78f5175 sensorfx: Add element sfx3dnoise which adds 3D gaussian noise to video 2014-01-24 10:00:25 -05:00
Joshua M. Doe
4933f07ad5 freeimage: Add new elements encoder elements fienc_* 2014-01-24 10:00:25 -05:00
Joshua M. Doe
992d159add freeimagedec: Move utility functions to gstfreeimageutils.c/.h and other minor cleanup
Also removed static pad templates, changed elements to have underscore rather than hyphen in their name, and fix caps handling (BGR/RGB)
2014-01-24 10:00:25 -05:00
Joshua M. Doe
4fc7cd5ec8 freeimagedec: Create caps from FreeImage plugin queries rather than static list 2014-01-24 10:00:25 -05:00
Joshua M. Doe
be67dea4cb freeimage: Register each decoder as a separate element 2014-01-24 10:00:24 -05:00
Joshua M. Doe
baa16f775f freeimage: Create freeimage plugin and freeimagedec decoder 2014-01-24 10:00:24 -05:00
Joshua M. Doe
ddd0c4cf67 build: Add finding gstcontroller to FindGstreamer.cmake 2014-01-24 10:00:24 -05:00
Joshua M. Doe
8a2badb718 Reorganized videolevels into separate plugin 2014-01-24 09:58:49 -05:00
Joshua M. Doe
9f2559c49a videolevels: Change levels ranges to always be (0.0, 1.0)
Now input and output levels always range from 0 to 1, regardless of what the input or output bit-depths are. This simplifies setting and getting these properties.
2014-01-24 09:23:40 -05:00
Joshua M. Doe
90f417f099 videolevels: Use proper enum for auto property instead of integer 2014-01-24 09:23:39 -05:00
Joshua M. Doe
68cf6e0c92 videolevels: Rename levels properties and notify when they are changed 2014-01-24 09:22:56 -05:00
Joshua M. Doe
0b181e7417 videolevels: Fix handling of interval for deciding when to auto adjust 2014-01-24 09:22:56 -05:00
Joshua M. Doe
97b2e8be4c niimaqsrc: Timestamp buffers based on time from callback on FRAME_START line
This timestamp should be much more accurate than the time retrieved in GstPushSrc.create, as there should be no latency (or very little).
2014-01-24 09:22:56 -05:00
Joshua M. Doe
4c7e2e9165 niimaqsrc: Timestamp buffers based on time from callback on FRAME_START line
This timestamp should be much more accurate than the time retrieved in GstPushSrc.create, as there should be no latency (or very little).
2014-01-24 09:22:55 -05:00
Joshua M. Doe
1935a8b86e niimaqsrc: Add additional metadata to buffers (offset, duration, timestamp) 2014-01-24 09:22:55 -05:00
Joshua M. Doe
763b869063 niimaqsrc: Refactor pointer to GstNiImaqSrc to niimaqsrc 2014-01-24 09:22:55 -05:00
Joshua M. Doe
666edbe598 niimaqsrc: always return valid caps in get_caps
Return template caps if actual camera caps aren't known yet. Previously resulted in an assertion.
2014-01-24 09:22:55 -05:00
Joshua M. Doe
9b78e8c0f9 niimaqsrc: Report on IMAQ error strings
This should probably be done as a #DEFINE GST_IMAQ_DEBUG or something instead of as a function.
2014-01-24 09:22:54 -05:00
Joshua M. Doe
bfdbf89aa8 niimaqsrc: Output caps supports both actual bpp and bpp=16
The src caps now have two structures, the first contains the actual bpp of the camera, (10, 12, or 14), and the second has the standard bpp=16. This enables the element to be used both with ffmpegcolorspace (and other elements which only accept bpp=16) but also with our elements like videolevels.
2014-01-24 09:22:54 -05:00
Joshua M. Doe
54ee4258a0 videolevels: Accept bpp=[1,16] when depth=16
Accept any number of bits per pixel when the depth is 16 bits. This improves the behavior of the auto option and more accurately reflects the dynamic range of the source.
2014-01-24 09:22:54 -05:00
Joshua M. Doe
9566ebc6e8 niimaqsrc: Refactor class and function names from niimaq to niimaqsrc 2014-01-24 09:22:54 -05:00
Joshua M. Doe
2fd940a13e niimaqsrc: Move start of acquisition to GstBaseSrc.create from GstBaseSrc.start
This ensures that we can immediately push out buffers.
2014-01-24 09:22:53 -05:00
Joshua M. Doe
1a8eaf552c niimaqsrc: Use IMAQ copyBufferByNumber instead of examineBuffer, memcpy and releaseBuffer
Reduces code and possibly faster.
2014-01-24 09:22:53 -05:00
Joshua M. Doe
45df5409ec niimaqsrc: Add more inline documentation 2014-01-24 09:22:53 -05:00
Joshua M. Doe
af25506097 niimaqsrc: Fix caps negotiation
Set caps to src pad during GstBaseSrc.start.
Use static pad templates instead of dynamically generating caps.
Force bpp to 16 even if IMAQ says 10, 12, 14 (to be fixed in the future by implementing GstBaseSrc.negotiate).
2014-01-24 09:22:51 -05:00
Joshua M. Doe
c380bdfd7c niimaqsrc: remove unused variables 2014-01-24 09:19:30 -05:00
Joshua M. Doe
bc1b73b0ee niimaqsrc: minor formatting changes and doc updates 2014-01-24 09:19:30 -05:00
Joshua M. Doe
91a8ce057e untabify 2014-01-24 09:19:28 -05:00
Joshua M. Doe
93eb6a53cb niimaqsrc: add debug statements and change debug category name to niimaqsrc 2014-01-24 09:17:18 -05:00
Joshua M. Doe
5b70c57018 build: add interface library to niimaq and instal command 2014-01-24 09:17:18 -05:00
Joshua M. Doe
1c855b89e2 niimaqsrc: implement property probe interface for the interface name 2014-01-24 09:17:17 -05:00
Joshua M. Doe
dbf9136ff4 videolevels: fix auto adjust so video is immediately affected when auto is set to continuous 2014-01-24 09:17:17 -05:00
Joshua M. Doe
9010d2b941 videolevels: fix parameter ranges 2014-01-24 09:17:17 -05:00
Joshua M. Doe
841b5c3f34 videolevels: implement intervals with continuous auto adjust 2014-01-24 09:17:17 -05:00
Joshua M. Doe
9257139bca videolevels: add auto adjust mode and fix calculations 2014-01-24 09:17:15 -05:00
Joshua M. Doe
fdfc42a3b5 niimaqsrc: correct plugin description 2014-01-24 08:40:23 -05:00
Joshua M. Doe
d1a4f092f3 niimaqsrc: add copyright line to sources 2014-01-24 08:40:23 -05:00
Joshua M. Doe
8dc1c81570 videolevels: fix bug with incorrect stride use in _do_levels 2014-01-24 08:40:23 -05:00
Joshua M. Doe
53c2a38d81 videolevels: fixes to caps handling 2014-01-24 08:40:23 -05:00
Joshua M. Doe
38bf83dbe9 videolevels: add support for signed 16-bit input video 2014-01-24 08:40:20 -05:00
Joshua M. Doe
cfa14e8d60 * Improve CMake lists and modules 2014-01-24 08:32:31 -05:00
Joshua M. Doe
bee7d22fcc * Fix batch file to use C:\gstreamer 2014-01-24 08:30:55 -05:00
Joshua M. Doe
140ecc0107 * Moved plugin_init code into main.c 2014-01-24 08:30:41 -05:00
Joshua M. Doe
7fff476758 Initial commit of two preliminary plugins, videolevels and niimaqsrc 2014-01-24 08:29:14 -05:00