모션 추적
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Android 9에서 카메라 기기는 모션 추적 기능을 알릴 수 있습니다.
이 기능을 지원하는 카메라는 모션 추적 데이터를 자체적으로 생성하는 것이 아니라 ARCore 또는 이미지 안정화 알고리즘에 의해 사용되며 장면 분석 기능이 있는 다른 센서와 함께 사용됩니다. 이 기능을 지원하려면 기기가 CONTROL_CAPTURE_INTENT_MOTION_TRACKING
을 지원해야 합니다.
이 인텐트가 캡처 요청의 일부인 경우 카메라는 모션 블러를 줄이기 위해 노출 시간을 최대 20밀리초로 제한해야 합니다.
예시 및 소스
HAL 측의 참조 모션 추적 구현은 카메라 HAL의 일부로 사용할 수 있습니다.
구현
카메라 기기에서 모션 추적을 사용 설정하려면 다음을 확인하세요.
유효성 검사
모션 추적 기능을 지원하는 카메라 기기는 카메라 CTS 테스트를 통과해야 합니다.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-04 UTC.
[{
"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":"기타"
}]