Can I use camera resource commands from the Atlas SDK?

Yes, you can use camera resource commands.

If for some reason the command that you want to use isn't mapped to a specific Atlas function, you can use the resource commands as follows.

For example, if your camera object is _camera, you can use this syntax to perform an NUC:
_camera.RemoteControl.SetValue(".services.appl.supv.exec", "nuc");

Available resource commands can be found on download page. Depending on the camera model, not all commands may be available or functional in a particular camera.

It is recommended to use the Atlas SDK built-in functions as a first choice.

Related Articles