luxonis / depthai

DepthAI Python API utilities, examples, and tutorials.
https://docs.luxonis.com
MIT License
890 stars 225 forks source link

Problems with RGB Camera Control #1158

Open YaoYaoYuWuQi opened 3 months ago

YaoYaoYuWuQi commented 3 months ago

The device I'm using is the OAK-FFC-4P and I have 4 cameras installed. When I run RGB Camera Control.py or Cam_test.py, I can only control one of the cameras individually or all of them, how can I control the exposure, sensitivity and other parameters of each camera independently?

Erol444 commented 3 months ago

Hi @YaoYaoYuWuQi , You can have multiple XLinkIn (and InputQueues) - one for each camera. So then when you construct an CameraControl message you can send it to a specific camera. Thoughts? Thanks, Erik