13 out <<
"{socket: " << camera.
socket <<
", ";
14 out <<
"sensorName: " << camera.
sensorName <<
", ";
15 out <<
"width: " << camera.
width <<
", ";
16 out <<
"height: " << camera.
height <<
", ";
17 out <<
"orientation: " << camera.
orientation <<
", ";
18 out <<
"supportedTypes: [";
28 out <<
"name: " << camera.
name <<
"}";
33 inline std::ostream&
operator<<(std::ostream& out,
const std::vector<dai::CameraFeatures>& cameras) {
35 for(
size_t i = 0; i < cameras.size(); i++) {
47 out <<
"{width: " << config.
width <<
", ";
48 out <<
"height: " << config.
height <<
", ";
49 out <<
"minFps: " << config.
minFps <<
", ";
50 out <<
"maxFps: " << config.
maxFps <<
", ";
51 out <<
"type: " << config.
type <<
", ";
53 <<
"{x:" << config.
fov.
x <<
", ";
54 out <<
"y: " << config.
fov.
y <<
", ";
55 out <<
"width: " << config.
fov.
width <<
", ";
56 out <<
"height: " << config.
fov.
height <<
"}";
61 inline std::ostream&
operator<<(std::ostream& out,
const std::vector<dai::CameraSensorConfig>& configs) {
63 for(
size_t i = 0; i < configs.size(); i++) {