From 6543b31f780ff78c52f57bf4f4eee6bb2c3c7ceb Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sat, 26 Mar 2022 20:28:00 +0000 Subject: [PATCH] Some documentation details --- documentation/depth_camera/project_progress.tex | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/documentation/depth_camera/project_progress.tex b/documentation/depth_camera/project_progress.tex index 2ae5401..6e4458e 100644 --- a/documentation/depth_camera/project_progress.tex +++ b/documentation/depth_camera/project_progress.tex @@ -7,13 +7,25 @@ Intel Realsense D455 \subsection{Mechanical specifications} -At the rear we have holes at positions in figure \ref{fig:rearmechanical} +At the rear of the camera there are two M4 holes for mounting additional modules to the camera. The mechanical drawing is not that clear about the hole size, since there is also a mention of M3 at the same drawing. The part of the mechanical drawing regarding the back of the camera is presented in figure \ref{fig:rearmechanical}. + +\begin{figure}[bth] + \begin{center} +\includegraphics[angle=-90, origin=c, width=0.6\linewidth]{figures/REARmechanical.png} + \end{center} + \caption{Rear of the Intel RealSense Depth Camera D455. All units in millimeters. Taken from \cite{productFamilyDatasheet}.}\label{fig:rearmechanical} +\end{figure} + +The case was drawn with open source 3d cad software FreeCAD version 0.19. The size of the case is approx 2 mm larger as camera back side in both dimensions and is 12 mm thick, allowing enough space for mounting the ESP32 board and nRF24l01 module. The holes for synchronization cables from camera and output sinchronization are of diameter 3 mm. They are positioned in such a way, that they do not pose any mechanical problems for assembly. Improvement would be to put connectors to the case. Which ones? \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}.} + \begin{center} + \includegraphics[width=0.6\linewidth]{figures/case_drawing.png} + \end{center} + \caption{Drawing of the case done in FreeCAD 0.19.} \end{figure} + \subsection{Extension connector pinout} -- Gitblit v1.9.3