Transfer ControlΒΆ
Transfer Control allows the device to accumulate on the on-camera buffer in a queue. The data stored in the queue, referred to as blocks, can be transmitted to the host application at a later time. The host application will be able to request the device transmit one or more block. By default, this control is disabled on the HLT003S and acquired images are automatically transmitted.
Node Name | Description |
---|---|
TransferSelector | Selects which stream transfers are currently controlled by the selected Transfer features. |
TransferControlMode | Selects the control method for the transfers. |
TransferOperationMode | Selects the operation mode of the transfer. |
TransferBlockCount | Specifies the number of data Blocks that the device should stream before stopping. |
TransferQueueMaxBlockCount | Controls the maximum number of data blocks that can be stored in the block queue of the selected stream. |
TransferQueueCurrentBlockCount | Returns the number of Block(s) currently in the transfer queue. |
TransferQueueMode | Specifies the operation mode of the transfer queue. |
TransferStart | Starts the streaming of data blocks out of the device. |
TransferStop | Stops the streaming of data Block(s). |
TransferAbort | Immediately abort the streaming of data block(s). |
TransferPause | Pauses the streaming of data Block(s). |
TransferResume | Resumes a data Blocks streaming that was previously paused by a TransferPause command. |
TransferStatusSelector | Selects which status of the transfer module to read. |
TransferStatus | Reads the status of the Transfer module signal selected by TransferStatusSelector. |