#include <dc1394/log.h>
Functions | |
dc1394error_t | dc1394_iso_set_persist (dc1394camera_t *camera) |
dc1394error_t | dc1394_iso_allocate_channel (dc1394camera_t *camera, uint64_t channels_allowed, int *channel) |
dc1394error_t | dc1394_iso_release_channel (dc1394camera_t *camera, int channel) |
dc1394error_t | dc1394_iso_allocate_bandwidth (dc1394camera_t *camera, int bandwidth_units) |
dc1394error_t | dc1394_iso_release_bandwidth (dc1394camera_t *camera, int bandwidth_units) |
dc1394error_t | dc1394_iso_release_all (dc1394camera_t *camera) |
Peter Antoniac: documentation maintainer
dc1394error_t dc1394_iso_allocate_bandwidth | ( | dc1394camera_t * | camera, | |
int | bandwidth_units | |||
) |
dc1394_iso_allocate_bandwidth:
camera | A camera handle. | |
bandwidth_units | The number of isochronous bandwidth units to allocate. |
dc1394error_t dc1394_iso_allocate_channel | ( | dc1394camera_t * | camera, | |
uint64_t | channels_allowed, | |||
int * | channel | |||
) |
dc1394_iso_allocate_channel:
camera | A camera handle. | |
channels_allowed | A bitmask of acceptable channels for the allocation. The LSB corresponds to channel 0 and the MSB corresponds to channel 63. Only channels whose bit is set will be considered for the allocation. If channels_allowed = 0, the complete set of channels supported by this camera will be considered for the allocation. | |
channel | The allocated channel number is returned here. |
dc1394error_t dc1394_iso_release_all | ( | dc1394camera_t * | camera | ) |
dc1394_iso_release_all:
camera | A camera handle. |
dc1394error_t dc1394_iso_release_bandwidth | ( | dc1394camera_t * | camera, | |
int | bandwidth_units | |||
) |
dc1394_iso_release_bandwidth:
camera | A camera handle. | |
bandwidth_units | The number of isochronous bandwidth units to free. |
dc1394error_t dc1394_iso_release_channel | ( | dc1394camera_t * | camera, | |
int | channel | |||
) |
dc1394_iso_release_channel:
camera | A camera handle. | |
channel | The channel number to release. |
dc1394error_t dc1394_iso_set_persist | ( | dc1394camera_t * | camera | ) |
dc1394_iso_set_persist
camera | A camera handle. |