#include <cstdio>
#include <iostream>
#include <string>
#include "depthai-shared/common/CameraBoardSocket.hpp"
#include "depthai-shared/common/EepromData.hpp"
#include "depthai/depthai.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | printMatrix (std::vector< std::vector< float >> matrix) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 22 of file calibration_reader.cpp.
void printMatrix | ( | std::vector< std::vector< float >> | matrix | ) |
Definition at line 10 of file calibration_reader.cpp.