MCPcopy Create free account
hub / github.com/dji-sdk/Onboard-SDK-ROS / initCameraModule

Method initCameraModule

src/dji_osdk_ros/modules/vehicle_wrapper.cpp:2748–2752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2746 }
2747
2748 ErrorCode::ErrorCodeType VehicleWrapper::initCameraModule(dji_osdk_ros::PayloadIndex index,
2749 const char* name)
2750 {
2751 return vehicle->cameraManager->initCameraModule(static_cast<DJI::OSDK::PayloadIndexType>(index), name);
2752 }
2753}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected