14 Commits

Author SHA1 Message Date
Joshua M. Doe
5ef38d0833 kayasrc: support opening multiple cameras from one frame grabber
Previously only one camera per physical capture card could be opened.
Multiple cameras per card can now be captured, however they must both
still be in the same process. There is no IPC implemented yet.
2019-10-02 09:39:05 -04:00
Joshua M. Doe
75aaec26b6 kayasrc: add UNIX epoch reference timestamp for absolute timestamping
Requires GStreamer 1.14 and a downstream element that can use it.
2019-10-02 09:35:39 -04:00
Joshua M. Doe
fb9072bc8b build: make sure kaya and genicam PDBs are put in the right zip 2019-09-30 10:28:04 -04:00
Joshua M. Doe
85b4e242ca kayasrc: issue warning when exposure time value is invalid 2019-03-25 14:32:07 -04:00
Joshua M. Doe
4e18c58e19 kayasrc: add property to allow command execution after opening camera
Closes #3. With Kaya project files, commands don't get executed, such as
UserSet loading.
2019-03-25 14:31:32 -04:00
Joshua M. Doe
f238398851 kayasrc: xml file existence bug fix 2018-07-19 07:43:26 -04:00
Joshua M. Doe
760620b21a kayasrc: use grabber PixelFormat in case format conversion is being used 2018-07-19 07:43:25 -04:00
Joshua M. Doe
4c47870c00 kayasrc: report dropped frames with warning and bus message 2018-07-19 07:43:23 -04:00
Joshua M. Doe
e7cdcb426d kayasrc: add exposure-time property 2018-07-19 07:42:50 -04:00
Joshua M. Doe
b99e338a7b kayasrc: mark buffer memory as non-shared 2018-07-10 14:56:04 -04:00
Joshua M. Doe
7eea6ba993 kayasrc: add more debugging statements 2018-07-10 14:56:03 -04:00
Joshua M. Doe
50ccea2e7c kayasrc: fix exceptions when stopping acquisition 2018-07-10 14:56:02 -04:00
Joshua M. Doe
8ded8e1743 kayasrc: add support for 16-bit Bayer 2018-07-10 14:56:01 -04:00
Joshua M. Doe
bf35f7f832 kayasrc: add new source element for KAYA frame grabbers
Currently only tested with one BayerGB8 camera on a Komodo board.

Missing dropped frame detection and 16-bit bayer support.
2018-07-10 14:56:00 -04:00