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.
Any help would be greatly appreciated!
Thank you!
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
Code:
void GftTestStage::AdjustConfig(std::string const &use_case, StreamConfiguration *config){ config->xxx = xx; // framerate // shutter // roi}
Thank you!
Statistics: Posted by gftrobots — Wed Jul 17, 2024 2:10 pm — Replies 0 — Views 18