# Rotating the Stereo Cameras 180 degrees

Source: https://forum.modalai.com/topic/3202/rotating-the-stereo-cameras-180-degrees
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Tags: voxl-sdk
Posted: 2024-03-11 19:09:38 UTC by Jeffrey Mao
Replies: 1 · Views: 965

## Jeffrey Mao · 2024-03-11 19:09:38 UTC

Hi all,

I am a bit new with the recent SDK is there anyway to rotate the stereo cameras 180 degrees in software or configure files or resources to read up on this? Currently, I realized the stereo cameras are flipped upside down checking them in the VOXL Portal. Bottom is the ceiling and top is the floor 

Thanks,

Jeff

## Reply by Alex Kushleyev (ModalAI staff) · 2024-03-12 05:36:04 UTC

@Jeffrey-Mao 

I am assuming you are asking about VOXL2 with ov7251 stereo in combo mode (using a single 4-lane camera port)

Please check in `/usr/lib/camera`, you should see two `com.qti.sensormodule.ov7251_combo*` files. you should remove them and replace them with ones from `/usr/share/modalai/chi-cdk/ov7251-combo-flip`, making sure you copy the files with the same camera slot index (the number at the end before `.bin`). Then simply restart `voxl-camera-server` and the cameras should be rotated 180 (this happens by reversing the direction the images are read from the camera itself, not rotated in software)
