-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set json without save settings #285
Comments
@aispecialvideo which parameters are you looking for. OR can you share your use case. At ifm3d level you can restore and change parameters with |
I'm not looking for a particular parameter, I want to edit Imager parameters or Application parameters in volatile memory only. When I call ifm3d::Camera::FromJson it edit the parameters using "setParameter" xml-rpc call and then it call xml-rpc "save" storing my modifications in persistent memory. |
Hey @aispecialvideo, unfortunately what you are planning to do is not fully supported. The idea of the underlying session handling is to always have an consistent camera state. For some parameters it is not trivial to have them both in temporary and persistant state. Nevertheless there are a couple of parameters which can be changed without calling the save method: Please let me know if there are more parameters you want to change on the fly. I am also interested in the use case as @inbangsa already pointed out. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
…derr-is-cluttered-with-messages' into 'main' ignore empty frames when user is only requesting ALGO_DEBUG Closes #285 See merge request syntron/support/csr/ifm3d/ifm3d!376
…derr-is-cluttered-with-messages' into 'main' ignore empty frames when user is only requesting ALGO_DEBUG Closes #285 See merge request syntron/support/csr/ifm3d/ifm3d!376
…derr-is-cluttered-with-messages' into 'main' ignore empty frames when user is only requesting ALGO_DEBUG Closes #285 See merge request syntron/support/csr/ifm3d/ifm3d!376
…derr-is-cluttered-with-messages' into 'main' ignore empty frames when user is only requesting ALGO_DEBUG Closes #285 See merge request syntron/support/csr/ifm3d/ifm3d!376
…derr-is-cluttered-with-messages' into 'main' ignore empty frames when user is only requesting ALGO_DEBUG Closes #285 See merge request syntron/support/csr/ifm3d/ifm3d!376
Hello,
I noticed the method
ifm3d::Camera::FromJSON
force the save of the configuration on camera memory.In some cases I want to take the modifications in camera volatile memory only, can you add a boolean in that method for disable it?
Thanks you,
Andrea Iannì
The text was updated successfully, but these errors were encountered: