camera.reset
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
すべてのオプションをデフォルト値に戻します。想定する必要はない
たとえば、電源をオンにしたときのカメラの状態を
デフォルトのオプションで毎回カメラの電源が入ります。
このコマンドは API レベル 2 で追加されました。
パラメータ
- このコマンドのリクエスト本文にパラメータはありません。
結果
- このコマンドはレスポンスの本文に結果を返しません。
エラー
- invalidParameterName: 入力パラメータ名を認識できません。
コマンド I/O |
コマンド入力 |
none |
コマンド出力 |
none |
コマンド出力(エラー) |
{
"error": {
"code": "invalidParameterName",
"message": "parameter XYZ is unrecognized."
}
} |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-21 UTC。"],[],["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"]]