![]() |
Programmaticly adjust axis M1011 settings
My team just worked out how to programmaticly adjust settings such as exposure on the axis M1011 camera, and I thought I would share what we found with the community.
First, if you are trying to change camera settings, you should look at the wpi library first, as it has many options already available with an easy API. However, if you are using the M1011, you may notice that some options that are available on the web UI (such as exposure) are not exposed through the wpi library, and do not have a documented API in the camera manual. We found that these settings could be changed directly using httprequest of the form: Code:
http://10.te.am.11/sm/sm.srv?<parameter>=<value>&action=modifyCode:
root_ImageSource_I0_Sensor_ColorLevel=50Code:
http://FRC:FRC@10.te.am.11/sm/sm.srv?<parameter>=<value>&action=modify |
Re: Programmaticly adjust axis M1011 settings
Are there any other actions that you know of? It would be nice to be able to read the known keys and save them when the user modifies them.
|
| All times are GMT -5. The time now is 02:36. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi