Activity
From 03/20/2022 to 04/18/2022
04/18/2022
- MW 03:14 PM Support: RE: How to adjust the camera exposure time?
- Hi Xiang,
This camera is a product from Basler, using their provided ARM based "Pylon SDK":https://www.baslerweb.com/en/products/basler-pylon-camera-software-suite/pylon-sdks/. We integrated their code into the MitySOM-5CSX demonstra... - XZ 02:54 PM Support: RE: How to adjust the camera exposure time?
- What exactly should I do to apply the exposure time to the camera. I don't quite understand what you mean.
- MW 02:48 PM Support: RE: How to adjust the camera exposure time?
- GenICamModel.cpp
- XZ 02:43 PM Support: RE: How to adjust the camera exposure time?
- Where can I find this function?
- MW 02:37 PM Support: RE: How to adjust the camera exposure time?
- Use the model.dump() function.
- XZ 02:18 PM Support: RE: How to adjust the camera exposure time?
- xiang zhang wrote in message#6191:
> Michael Williamson wrote in message#6189:
> ...
Hello, how should I dump out all the registers? Is there any relevant explanation?
Thank you.
04/17/2022
- XZ 02:26 AM Support: RE: How to adjust the camera exposure time?
- Michael Williamson wrote in message#6189:
> You might dump out all the registers and check if there is an AutoTargetBrightness and make sure that is disabled. Which variant of Basler sensor are you using?
How should I dump out all t...
04/16/2022
- XZ 01:13 PM Support: RE: How to adjust the camera exposure time?
- daA1280-54bm
Yes, I ignored the parameter Autotargetbrightness. Thank you. I'll try again.
If I don't adjust the exposure time. And lower the value of the parameter autotargetbrightness. Can it achieve the same effect as reducing t... - MW 12:39 PM Support: RE: How to adjust the camera exposure time?
- You might dump out all the registers and check if there is an AutoTargetBrightness and make sure that is disabled. Which variant of Basler sensor are you using?
- In order to adjust the camera exposure time. I add the code in the picture to main.cpp. Recompile and run demo_app. But the brightness of the image does not change. How can I apply the adjusted exposure time to the camera?
Thank you.