קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
צריך להגדיר סשן ב-ARCore כדי ליצור חוויות AR באפליקציה.
מה זה סשן?
כל התהליכים של 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`."]]],[]]