אישור מכשיר ARCore OEM (יצרן ציוד מקורי)
יצרנים של מכשירי OEM (יצרני ציוד מקורי) שרוצים לאשר מכשירים חדשים יכולים לעיין בפורטל Google AR OEM (זמין רק ליצרני ציוד מקורי מורשים) לקבלת רשימה מלאה של הדרישות.
מגבלות על קוד של דגם מכשיר
שירותי Google Play ל-AR (ARCore) מסתמכים על פרופילים מובנים ועדכניים של מכשירי ARCore, כדי לספק פרמטרים ספציפיים למכשיר לתצורה וכיול, שמבטיחים ביצועי מעקב אמינים בכל המכשירים הנתמכים על ידי ARCore.
הפרופילים של המכשירים האלה נטענים בזמן הריצה על סמך קוד המודל (adb shell getprop ro.product.device
), לכן חשוב מאוד שבכל דגם מכשיר או מק"ט יהיה קוד מודל ייחודי גלובלי, ובפרט:
- אין לעשות שימוש חוזר באותו קוד מודל בדגמים דומים של מכשירים, אך לא זהים.
- במכשירים שתומכים ב-ARCore אסור גם לעשות שימוש חוזר בקודי מודלים שכבר נמצאים בשימוש במכשירי Android אחרים, כולל מכשירים שלא נתמכים ב-ARCore.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-12-01 (שעון UTC).
[null,null,["עדכון אחרון: 2023-12-01 (שעון UTC)."],[[["Google Play Services for AR (ARCore) uses device profiles to ensure reliable tracking performance across all supported devices."],["Device manufacturers must use unique model codes for each device model to ensure proper ARCore functionality."],["Reusing model codes across different devices, even similar ones, can negatively impact AR experiences."],["ARCore supported devices must have unique model codes that are not used by any other Android device."],["Authorized OEMs can find detailed certification requirements on the Google AR OEM Portal."]]],["OEMs must use the Google AR OEM Portal for device certification requirements. Google Play Services for AR (ARCore) utilizes device profiles loaded at runtime, based on the model code. Therefore, each device model/SKU needs a globally unique model code. The same model code cannot be used for similar but not identical devices. ARCore devices cannot use codes already in use by other Android devices, whether or not ARCore is supported.\n"]]