Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4565

Camera board • Setting Camera Parameters Directly in AdjustConfig Method

$
0
0
Hello everyone,

I am working on a project using a Raspberry Pi camera and I need some help with configuring camera parameters directly from the post-processing stage. Specifically, I would like to set the following parameters within the `AdjustConfig` method.
  • framerate
  • shutter
  • roi
Here is the relevant excerpt from my code:

Code:

void GftTestStage::AdjustConfig(std::string const &use_case, StreamConfiguration *config){    config->xxx = xx;    // framerate    // shutter    // roi}
Any help would be greatly appreciated!

Thank you!

Statistics: Posted by gftrobots — Wed Jul 17, 2024 2:10 pm — Replies 0 — Views 18



Viewing all articles
Browse latest Browse all 4565

Trending Articles