3.38 Deck Control error¶
BMDDeckControlError
enumerates the possible deck control errors.
bmdDeckControlNoError
No error
bmdDeckControlModeError
The deck is not in the correct mode for the desired operation. Eg. A play command is issued, but the current mode is not VTRControlMode
bmdDeckControlMissedInPointError
The in point was missed while prerolling as the current timecode has passed the begin in / capture timecode.
bmdDeckControlDeckTimeoutError
Deck control timeout error.
bmdDeckControlCommandFailedError
A deck control command request has failed.
bmdDeckControlDeviceAlreadyOpenedError
The deck control device is already open.
bmdDeckControlFailedToOpenDeviceError
Deck control failed to open the serial device.
bmdDeckControlInLocalModeError
The deck is in local mode and is no longer controllable.
bmdDeckControlEndOfTapeError
Deck control has reached or is trying to move past the end of the tape.
bmdDeckControlUserAbortError
Abort an export-to-tape or capture operation.
bmdDeckControlNoTapeInDeckError
There is currently no tape in the deck.
bmdDeckControlNoVideoFromCardError
A capture or export operation was attempted when the input signal was invalid.
bmdDeckControlNoCommunicationError
The deck is not responding to requests.
bmdDeckControlBufferTooSmallError
When sending a custom command, either the internal buffer is too small for the provided custom command (reduce the size of the custom command), or the buffer provided for the command’s response is too small (provide a larger one).
bmdDeckControlBadChecksumError
When sending a custom command, the deck’s response contained an invalid checksum.
bmdDeckControlUnknownError
Deck control unknown error.