最終更新:2018-03-25 (日) 13:41:01 (2243d)  

rs_create_context
Top / rs_create_context

/**
* create realsense context required for rest of the API
* \param[in] api_version the user is expected to pass his version of RS_API_VERSION to make sure he is running with correct librealsense version
* \param[out] error  if non-null, receives any error that occurs during this call, otherwise, errors are ignored
* \return            context object
*/
rs_context * rs_create_context(int api_version, rs_error ** error);

api_version

  • 10907
  • 4