Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
b
c
d
e
h
i
l
m
n
p
r
s
u
x
Typedefs
b
c
d
e
f
g
i
m
p
r
u
v
Enumerations
Enumerator
a
b
f
g
i
m
n
r
s
u
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
m
n
p
q
r
s
t
u
v
x
Enumerations
a
c
d
e
f
k
l
m
p
r
s
t
v
w
Enumerator
a
b
d
f
g
h
i
l
m
n
o
p
r
s
u
v
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
b
c
d
e
f
g
m
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
w
Typedefs
Enumerations
Enumerator
Macros
_
d
f
i
m
n
p
s
t
u
include
depthai
pipeline
node
ToF.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
depthai/pipeline/Node.hpp
"
4
5
// shared
6
#include <
depthai-shared/properties/ToFProperties.hpp
>
7
8
#include "
depthai/pipeline/datatype/ToFConfig.hpp
"
9
10
namespace
dai
{
11
namespace
node {
12
16
class
ToF
:
public
NodeCRTP
<Node, ToF, ToFProperties> {
17
public
:
18
constexpr
static
const
char
*
NAME
=
"ToF"
;
19
20
protected
:
21
Properties
&
getProperties
();
22
23
private
:
24
std::shared_ptr<RawToFConfig>
rawConfig
;
25
29
public
:
30
ToF
(
const
std::shared_ptr<PipelineImpl>& par, int64_t nodeId);
31
ToF
(
const
std::shared_ptr<PipelineImpl>& par, int64_t nodeId, std::unique_ptr<Properties> props);
32
36
ToFConfig
initialConfig
;
37
42
Input
inputConfig
{*
this
,
"inputConfig"
, Input::Type::SReceiver,
false
, 4, {{
DatatypeEnum::ToFConfig
,
false
}}};
43
48
Input
input
{*
this
,
"input"
, Input::Type::SReceiver,
true
, 8, {{
DatatypeEnum::ImgFrame
,
true
}}};
49
53
Output
depth
{*
this
,
"depth"
, Output::Type::MSender, {{
DatatypeEnum::ImgFrame
,
true
}}};
57
Output
amplitude
{*
this
,
"amplitude"
, Output::Type::MSender, {{
DatatypeEnum::ImgFrame
,
true
}}};
61
Output
intensity
{*
this
,
"intensity"
, Output::Type::MSender, {{
DatatypeEnum::ImgFrame
,
true
}}};
65
Output
phase
{*
this
,
"phase"
, Output::Type::MSender, {{
DatatypeEnum::ImgFrame
,
true
}}};
66
70
ToF
&
setNumShaves
(
int
numShaves);
71
76
ToF
&
setNumFramesPool
(
int
numFramesPool);
77
};
78
79
}
// namespace node
80
}
// namespace dai
dai::node::ToF::intensity
Output intensity
Definition:
ToF.hpp:61
dai::node::ToF::amplitude
Output amplitude
Definition:
ToF.hpp:57
dai::node::ToF::rawConfig
std::shared_ptr< RawToFConfig > rawConfig
Definition:
ToF.hpp:24
dai::node::ToF::setNumShaves
ToF & setNumShaves(int numShaves)
Definition:
ToF.cpp:18
dai::node::ToF::initialConfig
ToFConfig initialConfig
Definition:
ToF.hpp:36
dai::node::ToF::ToF
ToF(const std::shared_ptr< PipelineImpl > &par, int64_t nodeId)
Definition:
ToF.cpp:6
dai::NodeCRTP
Definition:
Node.hpp:342
dai::node::ToF::setNumFramesPool
ToF & setNumFramesPool(int numFramesPool)
Definition:
ToF.cpp:23
ToFProperties.hpp
dai::ToFConfig
Definition:
ToFConfig.hpp:14
dai::node::ToF::getProperties
Properties & getProperties()
Definition:
ToF.cpp:13
dai::Node::Input
Definition:
Node.hpp:147
dai::Properties
Base Properties structure.
Definition:
Properties.hpp:8
dai::DatatypeEnum::ToFConfig
@ ToFConfig
dai::node::ToF::NAME
constexpr static const char * NAME
Definition:
ToF.hpp:18
dai::node::ToF::phase
Output phase
Definition:
ToF.hpp:65
dai::node::ToF::input
Input input
Definition:
ToF.hpp:48
ToFConfig.hpp
dai::node::ToF::depth
Output depth
Definition:
ToF.hpp:53
dai::DatatypeEnum::ImgFrame
@ ImgFrame
dai
Definition:
CameraExposureOffset.hpp:6
Node.hpp
dai::node::ToF::inputConfig
Input inputConfig
Definition:
ToF.hpp:42
dai::node::ToF
ToF node.
Definition:
ToF.hpp:16
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19