This document summarizes a computer vision project that aims to allow a camera fixed to a drone to determine its position relative to a pipe. The method uses images of a pipe covered in a known pattern to extract the camera's orientation. Key steps include binarizing images, detecting pattern dots, calculating 3D coordinates, and using EPnP to retrieve the camera pose from 2D-3D correspondences. The project achieves accurate pose estimation but has limitations such as not distinguishing pattern orientation. Future work could involve a modified pattern to address these limitations.