RCP API  6.61.0

◆ rcp_menu_is_supported()

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.

Parameters
[in]conthe camera connection
Return values
0The menu tree is not supported by the connected camera.
1The menu tree is supported by the connected camera.