NeuralAssistedStereo
NeuralAssistedStereo
Supported on:RVC4
NeuralAssistedStereo 只能在 RVC4 设备上运行,并且需要 depthai 3.3.0 或更高版本。

如何放置
Python
Python
1pipeline = dai.Pipeline()
2
3nas = pipeline.create(dai.node.NeuralAssistedStereo)
4nas.build(left_output, right_output, neuralModel=dai.DeviceModelZoo.NEURAL_DEPTH_NANO)输入和输出
功能示例
配置
参考
class
dai::node::NeuralAssistedStereo
variable
Subnode< node::Rectification > rectification
variable
Subnode< node::NeuralDepth > neuralDepth
variable
variable
Subnode< node::StereoDepth > stereoDepth
variable
Input & left
variable
Input & right
variable
Output & rectifiedLeft
variable
Output & rectifiedRight
variable
Output & vppLeft
variable
Output & vppRight
variable
Output & neuralDisparity
variable
Output & neuralConfidence
variable
Input & inputVppConfig
variable
Input & inputStereoConfig
variable
Input & inputNeuralConfig
variable
Output & depth
variable
Output & disparity
function
~NeuralAssistedStereo()function
NeuralAssistedStereo(const std::shared_ptr< Device > & device)function
std::shared_ptr< NeuralAssistedStereo > build(Output & leftInput, Output & rightInput, DeviceModelZoo neuralModel, bool rectifyImages)enum
Node::Input Input
enum