Allowed users admin, operator, user
Getting Preset Data of Scene File
Format /api/param?camera.scene(number).status
Example of getting scene file 0 /api/param?camera.scene(0).status
Example of response
Interpretation Acquire preset data of specified scene file. The preset data is joined with hyphen as follows.
parameter that is marked with *2 : The parameter is used for
parameter that is marked with *3 : The parameter is used for
Loading/Saving/Initializing Scene File
Format /api/param?camera.scene(number).status=data
Example of loading scene file 0 /api/param?camera.scene(0).status=goto Example of saving scene file 0 /api/param?camera.scene(0).status=save Example of initializing scene file 0 /api/param?camera.scene(0).status=initialize Example of response camera.scene(0).status&200 OK
Interpretation Load/save/initialize scene file setting. Specify from scene(0) to scene(7). Loading scene file changes current camera settings. Saving scene file saves setting s of specified scene file. Initializing scene file changes settings of specified scene file to default values.
Allowed users admin, operator
Getting Current Scene File Name
Format /api/param?camera.scene(number).name
Example of response camera.scene(0).name=general&200 OK
Interpretation Acquire current scene file name. Range of scene file number is between 0 to 7. Scene file names are General, Indoor, Outdoor, CLVI, Traffic, DataSaving, Day, and Night. Scene file name is read only.
Allowed users admin, operator, user
22