# I'm not able to change frame-rate on tracking and stereo cameras...

Source: https://forum.modalai.com/topic/1720/i-m-not-able-to-change-frame-rate-on-tracking-and-stereo-cameras
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2023-01-18 19:45:50 UTC by Ed Sutter
Replies: 4 · Views: 1020

## Ed Sutter · 2023-01-18 19:45:50 UTC

Running the latest version (VOXL1 4.0.0), we noticed that frame-rate entries in the **voxl-camera-server.conf** don't have any affect for both stereo and tracking cameras (works as expected with hires).
Digging into this I just wanna make sure I'm not barking up the wrong tree... Am I correct to assume that **voxl-camera-server** is the code that initializes the cameras?  Does any other service read from **voxl-camera-server.conf**?

## Reply by Guest · 2023-01-18 22:02:15 UTC

Hi,

I just ran a few tests on my board and saw the same behavior, so this'll be marked as an outstanding bug in camera server. There were a few flags that had to be changed to get framerate scaling to work on the QRB platforms and it seems that those are interfering with the raw streams on APQ.

## Reply by Ed Sutter · 2023-01-18 22:05:50 UTC (in reply to Guest)

@Alex-Gardner Looks like the voxl-camera-server makes a lot of calls into libraries that [I assume] are not available for browsing, true?  Is this proprietary Qualcomm stuff?

## Reply by Guest · 2023-01-19 00:04:36 UTC

Camera server is mostly making calls to the HAL3 API, which is an open google spec standard for getting image frames, but the QC implementation is proprietary and behaves differently on the different systems, implementing different parts of the standard spec with different specific extensions to get it working.

## Reply by Ed Sutter · 2023-01-19 16:03:23 UTC (in reply to Guest)

@Alex-Gardner So I guess I can't really do much to debug this (without knowing more about the proprietary implementation), true?
Point being... if there is documentation you can share, I'll gladly dig into this.
