SPIOut
SPIOut
如何放置它
Python
Python
1pipeline = dai.Pipeline()
2spi = pipeline.create(dai.node.SPIOut)输入和输出
用法
Python
Python
1pipeline = dai.Pipeline()
2spi = pipeline.create(dai.node.SPIOut)
3
4spi.setStreamName("spimetaout")
5spi.setBusId(0)功能示例
参考
class
depthai.node.SPIOut(depthai.Node)
method
setBusId(self, id: typing.SupportsInt)Specifies SPI Bus number to use Parameter ``id``: SPI Bus id
method
setStreamName(self, name: str)Specifies stream name over which the node will send data Parameter ``name``: Stream name
property
input
Input for any type of messages to be transferred over SPI stream Default queue is blocking with size 8
需要帮助?
请前往 Discussion Forum 获取技术支持或提出您可能有的任何其他问题。