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
shared
depthai-shared
include
depthai-shared
common
CameraInfo.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
depthai-shared/common/CameraModel.hpp
"
4
#include "
depthai-shared/common/Extrinsics.hpp
"
5
#include "
depthai-shared/utility/Serialization.hpp
"
6
7
namespace
dai
{
8
10
struct
CameraInfo
{
11
uint16_t
width
= 0,
height
= 0;
12
uint8_t
lensPosition
= 0;
13
std::vector<std::vector<float>>
intrinsicMatrix
;
14
std::vector<float>
distortionCoeff
;
15
Extrinsics
extrinsics
;
16
float
specHfovDeg
= 0.0f;
// fov in deg
17
CameraModel
cameraType
=
CameraModel::Perspective
;
18
DEPTHAI_SERIALIZE
(
CameraInfo
,
cameraType
,
width
,
height
,
specHfovDeg
,
lensPosition
,
intrinsicMatrix
,
distortionCoeff
,
extrinsics
);
19
};
20
21
}
// namespace dai
dai::CameraInfo::extrinsics
Extrinsics extrinsics
Definition:
CameraInfo.hpp:15
dai::CameraInfo::distortionCoeff
std::vector< float > distortionCoeff
Definition:
CameraInfo.hpp:14
dai::CameraInfo
CameraInfo structure.
Definition:
CameraInfo.hpp:10
dai::CameraInfo::lensPosition
uint8_t lensPosition
Definition:
CameraInfo.hpp:12
dai::CameraModel::Perspective
@ Perspective
dai::CameraInfo::width
uint16_t width
Definition:
CameraInfo.hpp:11
dai::CameraInfo::specHfovDeg
float specHfovDeg
Definition:
CameraInfo.hpp:16
dai::CameraInfo::DEPTHAI_SERIALIZE
DEPTHAI_SERIALIZE(CameraInfo, cameraType, width, height, specHfovDeg, lensPosition, intrinsicMatrix, distortionCoeff, extrinsics)
dai::CameraModel
CameraModel
Definition:
CameraModel.hpp:9
dai::Extrinsics
Extrinsics structure.
Definition:
Extrinsics.hpp:12
Serialization.hpp
dai::CameraInfo::height
uint16_t height
Definition:
CameraInfo.hpp:11
dai::CameraInfo::cameraType
CameraModel cameraType
Definition:
CameraInfo.hpp:17
dai::CameraInfo::intrinsicMatrix
std::vector< std::vector< float > > intrinsicMatrix
Definition:
CameraInfo.hpp:13
dai
Definition:
CameraExposureOffset.hpp:6
CameraModel.hpp
Extrinsics.hpp
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:18