Download project files

How do I verify a download?


110 of 26 releases

2.2.1 release from the 2.0 series released

Release information
Release notes:

Only minor changes in this release.

Changelog:

- All files are now under the LGPL2 license
- Don't expose internal symbols
- Randomize read/write retry times on all platforms
- Minor bug fixes
- Support POLL and WAIT capture on Windows.

File Description Downloads
download icon libdc1394-2.2.1.tar.gz (md5) libdc1394-2.2.1 361
last downloaded 4 weeks ago
Total downloads: 361

2.2.0 release from the 2.0 series released

Release information
Release notes:

New Windows and 2 additional USB cameras from Point Grey supported.

Changelog:

New Windows stack.

Minor changes are:

- fixed small memory leak in Juju
- added two USB cameras from Point Grey.

File Description Downloads
download icon libdc1394-2.2.0.tar.gz (md5, sig) libdc1394-2.2.0 131
last downloaded 10 weeks ago
Total downloads: 131

2.1.4 release from the 2.0 series released

Release information
Release notes:

libdc1394 has released version 2.1.4. The changes include only bug fixes:

- Allow image buffers to be editable by client apps on Linux juju
- Correct error in downsample bayer function
- Rename poorly named externally-visible symbol usb_init
- Fix misc. compilation errors

File Description Downloads
download icon libdc1394-2.1.4.tar.gz (md5, sig) libdc1394-2.1.4 57
last downloaded 55 weeks ago
Total downloads: 57

2.1.3 (2.1.3) release from the 2.0 series released

Release information
Release notes:

The new release adds fixes, typos fixes, and new features

Changelog:

Add feature for usb writes larger than 1 quadlet
Add MAC OS needed frameworks to link line
Fix the firewire-{cdev,constants}.h to latest version and license
Fix to dequeue/enqueue to return error code if usb transfer has error
Typo fixes found in dc1394/conversions.h

File Description Downloads
download icon libdc1394-2.1.3.tar.gz (md5, sig) libdc1394-2.1.3.tar.gz 101
last downloaded 55 weeks ago
Total downloads: 101

2.1.2 release from the 2.0 series released

Release information
Release notes:

This version just restores ABI compatibility that was broken in release 2.1.1.

Changelog:

Fix the ABI compatibility

File Description Downloads
download icon libdc1394-2.1.2.tar.gz (md5, sig) libdc1394-2.1.2.tar.gz 208
last downloaded 55 weeks ago
Total downloads: 208

2.1.1 release from the 2.0 series released

Release information
Release notes:

New features...
For Juju platform:
 - Added timestamp support and implemented dc1394_read_cycle_timer function (requires kernel 2.6.24+).
 - Implemented dc1394_camera_set_broadcast, dc1394_camera_get_broadcast, and automatic channel/bandwidth allocation (requires kernel 2.6.30+).
New features for all platforms:
 - Added new Format7 modes for IIDC 1.32
 - Added missing documentation
Bug fixes:
 - Fix missing frames on Juju when host controller is OHCI 1.0 and packets-per-frame is not a multiple of 8.
 - Fix wrong return value of dc1394_deinterlace_stereo_frames
 - Fixed bad initializations and build options (from Mike Lundy)
 - More robust /dev/fw* detection (from Stefan Richter)
 - Fixed memory allocation in AdaptBuffer functions (from Damien Dusha)

File Description Downloads
download icon libdc1394-2.1.1.tar.gz (md5, sig) libdc1394-2.1.1.tar.gz 29
last downloaded 51 weeks ago
Total downloads: 29

2.1.0 release from the 2.0 series released

Release information
Release notes:

New features include:
- USB support for Point Grey Chameleon and Firefly MV
- Platform selection at run-time instead of compile-time (juju, linux,
etc.). This eliminates the --with-juju-dir compile-time option.

The API and ABI are still maintained with the older versions.

TODO:
- proper iso allocation/deallocation
- add timestamp support (as per linux 2.6.30)
- add broadcast support

Bug fixes:
- Correct some bad math in the bayer conversion functions
- Juju: Retry busy transactions
- Linux: Remove bad includes from headers

File Description Downloads
download icon libdc1394-2.1.0.tar.gz (md5, sig) libdc1394-2.1.0.tar.gz 76
last downloaded 56 weeks ago
Total downloads: 76

2.0.3 release from the 2.0 series released

Release information
Release notes:

New release:
 This was a stability release.
Todo of the next releases includes:
 * new features.
 * Runtime selection of platform (juju, linux legacy, mac os, etc.) vs current compile time. This will allow a single compile of libdc1394 to run on either juju or an older kernel.
 * Support IIDC-over-USB from Point Grey.

Longer term todo:
 * Better detection of corrupt frames on Linux
 * Accurate timestamps on Juju
 * Hotplug support
 * isochronous bandwidth/channel allocation on Juju

Changelog:

* Bug fixes:
 + Crash on Mac OS 10.4
 + Bad data in mixed x86_64/i386 environments with Juju
 + Wrong return value from dc1394_trigger_get_polarity()
 + Incomplete results from dc1394_deinterlace_stereo_frames()
* Compilation fixes when downloading from SVN

File Description Downloads
download icon libdc1394-2.0.3.tar.gz (md5, sig) libdc1394-2.0.3.tar.gz 25
last downloaded 55 weeks ago
Total downloads: 25

2.0.2 release from the 2.0 series released

Release information
Release notes:

   - New functions on all platforms:
         dc1394_camera_get_node
         dc1394_capture_is_frame_corrupt
   - New function on Linux video1394 only:
         dc1394_camera_get_linux_port
   - New example program to capture PVN sequences.
   - Bug fixes on Linux Juju:
       - Better retry timeouts
       - Fix manual isochronous channel allocation
   - Bug fixes on Mac OS:
       - Auto detection of bad or skipped packets (used for
         dc1394_capture_is_frame_corrupt)
   - Bug fixes on Linux video1394:
       - Fix select() with multiple cameras on the same controller
       - Handle EINTR return code properly in dc1394_capture_dequeue
   - Better error detection if camera enumeration fails
   - Documentation improvements

Changelog:

        * SVN 558: applied patch from Olaf Kaehler (missing #ifdef cpluspluc)
            Corrected the email address of the list in the Readme.
 * SVN 557: Update the lt verions to 23,0,1. RELEASE 2.0.2
            (Note: the SOversion is 22.0.2)
 * SVN 556: the wrong file was uploaded for the new example, fixed.
 * SVN 555: add a new example
 * SVN 554: Fix build of Juju when in separate dir
 * SVN 553: Update NEWS
 * SVN 552: Add function dc1394_capture_is_frame_corrupt() to test if
     a dequeued frame is corrupt. Integrity checking code
     currently exists only on Mac OS. Other platforms return
     DC1394_FALSE.
 * SVN 551: Automatically resume dequeue() if EINTR is encountered.
 * SVN 550: Bug fix dc1394_camera_get_node on Juju and Linux.
 * SVN 549: Implement dc1394_camera_get_node for Mac OS.
 * SVN 548: Make linux-specific function dc1394_camera_get_node()
            globally available and implement stubs for other platforms.
     Add generation argument to dc1394_camera_get_node.
     Rename dc1394_camera_get_port to
     dc1394_camera_get_linux_port.
 * SVN 547: On Linux, use a different DMA file descriptor for each
     camera on the same controller.
 * SVN 546: On Mac OS, scan received iso packet headers and drop
     frames with any errors.
 * SVN 545: Do usleep(500) between read/write retries on juju.
 * SVN 544: Fix the debug log handler so it produces output.
 * SVN 543: Correct the order of operations at the start of juju
            capture so that any manual channel settings are preserved.
 * SVN 542: Return an error if the camera enumeration fails (thanks to
            Jasper Leemans)
 * SVN 541: Corrections in the man pages white spaces
 * SVN 540: Added man pages to make install and to make dist
 * SVN 539: Add linux functions to get port and node. This is
            provided by a new header file linux/control.h
 * SVN 538: Documentation problems with newer Doxygen package:
  - Changed Doxygen.in to fit the new standards.
  - Added man pages to the examples for easier packaging.
  - Changed the Release number to 2.0.2 to make it ready
    for the next release.
  - Changes in *.h to fit the new documentation standards.
  - Added Andrew Straw to the list of Authors for his
    contribution to packaging, man pages, etc.

File Description Downloads
download icon libdc1394-2.0.2.tar.gz (md5, sig) libdc1394-2.0.2.tar.gz 72
last downloaded 55 weeks ago
Total downloads: 72

2.0.1 release from the 2.0 series released

File Description Downloads
download icon libdc1394v2_2.0.1.orig.tar.gz (md5, sig) libdc1394-2.0.1.tar.gz 37
last downloaded 55 weeks ago
Total downloads: 37

110 of 26 releases