| int rcp_menu_is_supported | ( | const rcp_camera_connection_t * | con | ) |
Check if menu tree is supported by connected camera.
Check if the menu tree is supported by the connected camera. This function uses the camera's RCP Parameter Set Version to determine if is is available. This should be used to conditionally allow the user to pull up a menu tree.
| [in] | con | the camera connection |
| 0 | The menu tree is not supported by the connected camera. |
| 1 | The menu tree is supported by the connected camera. |