Describe the bug
The output image does not change visually when changing Gain [0.0 ... 100.0], but the Gain is correctly set to the probe (setParam / getParam sets and retrieves correct values).
Setting ImageDepth changes depth correctly (in principle something works)
To Reproduce
Steps to reproduce the behavior:
- Run Solum API with
solum.setNewProcessedImageCallback(...)
- Set gain
solum.setParam(Gain, value: gain)
Environment:
- SDK variant Solum, Swift Framework (macOS, iOS)
- Development platform: Xcode
- SDK version: 12.0.2
Am I missing something? Does AutoGain or another parameter setting prevent configuring a manual Gain?
Thank you for helping out!
Describe the bug
The output image does not change visually when changing Gain [0.0 ... 100.0], but the Gain is correctly set to the probe (
setParam/getParamsets and retrieves correct values).Setting
ImageDepthchanges depth correctly (in principle something works)To Reproduce
Steps to reproduce the behavior:
solum.setNewProcessedImageCallback(...)solum.setParam(Gain, value: gain)Environment:
Am I missing something? Does
AutoGainor another parameter setting prevent configuring a manualGain?Thank you for helping out!