Check if parameter is supported by connected camera.
Check if the given parameter is supported by the connected camera. This function uses the camera's RCP Parameter Set Version to determine if a parameter is available. This should be used to conditionally show newer commands to the user when connecting to older camera builds.
- Parameters
-
| [in] | con | the camera connection |
| [in] | id | the RCP parameter |
| [out] | properties | properties of the parameter (pass in NULL if not required) |
- Return values
-
| 0 | this RCP parameter is not supported by the connected camera. |
| 1 | this RCP parameter is supported by the connected camera. |