运动追踪
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
在 Android 9 中,相机设备可以通告动作跟踪功能。支持此功能的相机本身不会生成运动跟踪数据,
而是由 ARCore 或图像稳定算法及
其他传感器进行场景分析。为了支持此功能,设备必须支持 CONTROL_CAPTURE_INTENT_MOTION_TRACKING
。
如果该 intent 是捕获请求的一部分,相机必须将曝光时间限制为不超过 20 毫秒,以减少动作模糊。
示例和源代码
HAL 端的参考运动跟踪实现是摄像头 HAL 的一部分。
实现
如需在相机设备上启用动作跟踪功能,请确保:
验证
支持动作跟踪功能的相机设备必须通过相机 CTS 测试。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-19。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-08-19\u3002"}
[[["易于理解","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"]],["最后更新时间 (UTC):2024-08-19。"]]