mirror of
https://github.com/openharmony/distributed_camera.git
synced 2026-07-21 04:05:22 -04:00
@@ -130,9 +130,9 @@ void DcameraSinkHidumper::ShowHelp(std::string& result)
|
||||
.append("Description:\n")
|
||||
.append("--version ")
|
||||
.append("dump camera version in the system\n")
|
||||
.append("--camNum ")
|
||||
.append("--camNum ")
|
||||
.append("dump local camera numbers in the system\n")
|
||||
.append("--opened ")
|
||||
.append("--opened ")
|
||||
.append("dump the opened camera in the system\n");
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -157,7 +157,7 @@ void DcameraSourceHidumper::ShowHelp(std::string& result)
|
||||
.append("dump camera version in the system\n")
|
||||
.append("--registered ")
|
||||
.append("dump number of registered cameras in the system\n")
|
||||
.append("--curState ")
|
||||
.append("--curState ")
|
||||
.append("dump current state of the camera in the system\n");
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -552,7 +552,7 @@ void DCameraSourceDev::NotifyHalResult(DCAMERA_EVENT eventType, DCameraSourceEve
|
||||
|
||||
int32_t DCameraSourceDev::GetStateInfo()
|
||||
{
|
||||
DHLOGE("GetStateInfo In state %d", stateMachine_->GetCameraState());
|
||||
DHLOGI("GetStateInfo In state %d", stateMachine_->GetCameraState());
|
||||
return stateMachine_->GetCameraState();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user