1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| \documentclass[12pt]{article}
| \usepackage{graphicx}
| \begin{document}
| \section{Camera}
| \subsection{Model and make}
|
| Intel Realsense D455
|
| \subsection{Mechanical specifications}
| At the rear we have holes at positions in figure \ref{fig:rearmechanical}
|
| \begin{figure}
| \includegraphics[angle=-90, origin=c, width=0.8\linewidth]{figures/REARmechanical.png}
| \caption{Rear of the Intel RealSense Depth Camera D455. All units in millimeters. Taken from \cite{productFamilyDatasheet}.}
| \end{figure}
|
| \subsection{Extension connector pinout}
|
|
| \end{document}
|
|