모션 추적, 환경 이해, 광원 추정과 같은 모든 AR 프로세스는 ARCore 세션 내에서 발생합니다. GARSession는 ARCore API의 기본 진입점입니다. AR 시스템 상태를 관리하고 세션 수명 주기를 처리하여 앱이 세션을 생성, 구성, 시작 또는 중지할 수 있도록 합니다. 가장 중요한 점은 앱이 카메라 이미지 및 기기 포즈에 액세스할 수 있는 프레임을 수신할 수 있다는 것입니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2023-12-08(UTC)"],[[["An ARCore session, represented by `GARSession`, manages all AR processes like motion tracking and environmental understanding."],["You can configure a session to use features such as Cloud Anchors, Augmented Faces, and the ARCore Geospatial API."],["To create a session in iOS, you need to initialize `GARSession`, set delegates for callbacks, and integrate with ARKit's `ARSession` for frame processing."],["Session configuration allows enabling specific features like Cloud Anchors or the Geospatial API by setting properties on `GARSessionConfiguration`."]]],[]]