File: README-windows

package info (click to toggle)
libdc1394-22 2.2.0-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,924 kB
  • sloc: ansic: 16,415; sh: 10,205; makefile: 273
file content (15 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This implementation uses a library of CMU 1394 Digital Camera Library.
http://www.cs.cmu.edu/~iwan/1394/

This implementation is tested on MinGW (mingw-get-inst-20110802.exe)

Known limitations:

- a lot of functionalities are untested. Please participate in the
  effort and report bugs on the mailing list libdc1394-devel@lists.sf.net.

- the timestamps normally available in each dc1394video_frame_t are
  NULL on windows. The CMU driver does not return this information
  yet, because they have problem to get it from the Windows kernel
  (google/grep for DESCRIPTOR_TIME_STAMP_ON_COMPLETION).