camera.reset
모든 옵션을 기본값으로 다시 설정합니다. 어떤 가정도 해서는 안 된다.
카메라 상태에 대한 정보를 수집하거나
카메라가 기본 옵션을 사용하여 매번 켜진다고 가정합니다.
이 명령어는 API 수준 2에 추가되었습니다.
매개변수
- 이 명령어의 요청 본문에는 매개변수가 없습니다.
결과
- 이 명령어는 응답 본문에 결과를 반환하지 않습니다.
오류
- invalidParameterName: 입력 매개변수 이름을 인식할 수 없습니다.
명령어 I/O |
명령어 입력 |
none |
명령어 결과 |
none |
명령어 출력 (오류) |
{ "error": { "code": "invalidParameterName", "message": "parameter XYZ is unrecognized." } } |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-21(UTC)
[null,null,["최종 업데이트: 2024-08-21(UTC)"],[[["Resets all camera options to their original default settings."],["Camera state on power-up is unpredictable and not guaranteed to have default options."],["Introduced in API level 2, this command neither accepts input parameters nor provides output results in its request/response body."],["An \"invalidParameterName\" error is returned if an unrecognized parameter is included in the request."]]],["This command resets all camera options to their default values, ensuring no prior state assumptions are made. Introduced in API level 2, it requires no parameters in the request and returns no result in the response. The only potential error is \"invalidParameterName,\" triggered if an unrecognized parameter is provided, even though there should be none. Command input and output is empty, with the error output providing details.\n"]]