awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google-ar avatar

google-ar/arcore-android-sdk

0
View on GitHub↗
5,213 स्टार्स·1,272 फोर्क्स·C++·3 व्यूज़developers.google.com/ar↗

Arcore Android Sdk

Android ARCore SDK, Android डिवाइसेस पर ऑगमेंटेड रियलिटी (AR) अनुभव बनाने के लिए उपयोग किया जाने वाला एक सॉफ़्टवेयर डेवलपमेंट किट और फ्रेमवर्क है। यह डिवाइस मोशन को ट्रैक करने और वर्चुअल ऑब्जेक्ट्स को वास्तविक स्थान में रखने के लिए भौतिक वातावरण को मैप करने के लिए टूल्स और नेटिव लाइब्रेरीज़ का एक संग्रह प्रदान करता है। यह फ्रेमवर्क भौतिक विमानों (physical planes) का पता लगाने और परिवेशी प्रकाश (ambient lighting) का अनुमान लगाने के लिए एक एनवायर्नमेंटल ट्रैकिंग API का उपयोग करता है, जो डिजिटल कंटेंट को वास्तविक दुनिया के साथ मिश्रित करता है। इसमें वर्चुअल कंटेंट को विशिष्ट भौतिक स्थानों पर फिक्स करने के लिए सिस्टम शामिल हैं ताकि यूज़र के वातावरण में घूमने पर स्थानिक स्थिरता बनी रहे। SDK एनवायर्नमेंटल मैपिंग, सतह का पता लगाने और डिवाइस स्थिति गणना सहित व्यापक क्षमता क्षेत्रों को कवर करता है।

Features

  • ARCore SDKs - Provides the core software development kit for creating augmented reality experiences on Android devices.
  • Augmented Reality Frameworks - Offers a comprehensive framework for tracking device motion and mapping physical environments for AR.
  • AR Content Anchoring - Fixes digital objects to specific physical locations so they remain stationary as the user moves.
  • Environmental Lighting Estimation - Calculates real-world light source properties from camera input to synchronize lighting for virtual objects.
  • Environmental Tracking APIs - Provides an API for detecting physical planes and estimating ambient lighting to blend digital content with the real world.
  • Plane Detection - Analyzes camera frames to identify flat physical surfaces by grouping feature points into geometric planes.
  • Sparse 3D Mapping - Tracks high-contrast environmental points to build a sparse 3D map for spatial anchoring and device localization.
  • Device Orientation Tracking - Calculates the heading and angular orientation of the device relative to its environment for spatial stability.
  • Spatial Anchors - Implements a system for fixing virtual objects to physical landmarks to maintain spatial stability during device movement.
  • 2D and 3D Environmental Mapping - Generates 3D spatial layouts of physical environments to create interactions between digital content and surroundings.
  • Visual-Inertial Odometry Frameworks - Fuses camera feature tracking with inertial sensor data to estimate device position and orientation in real time.
  • Physical Surface Detectors - Identifies the size and orientation of physical planes to place virtual content accurately on real-world objects.
  • Device Position Tracking - Calculates precise spatial coordinates of the device by combining camera features and inertial sensor data.
  • JNI Bridges - Provides JNI bridges to connect high-performance C++ computer vision libraries with the Android Java API.
  • Android Architecture Support - Provides compiled native binaries supporting multiple processor architectures for high-performance spatial computing.

स्टार हिस्ट्री

google-ar/arcore-android-sdk के लिए स्टार हिस्ट्री चार्टgoogle-ar/arcore-android-sdk के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Arcore Android Sdk के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Arcore Android Sdk के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • googlecartographer/cartographergooglecartographer का अवतार

    googlecartographer/cartographer

    7,890GitHub पर देखें↗

    Cartographer is a software library and spatial localization engine for simultaneous localization and mapping. It provides a framework for calculating the precise position and orientation of a device while concurrently generating real-time 2D and 3D representations of its environment using lidar-based data. The system implements a real-time mapping approach that uses live sensor streams to track device heading and position. It utilizes a submap-based mapping strategy to divide environments into local maps that are aligned into a global map. The project covers a range of SLAM capabilities, inc

    C++
    GitHub पर देखें↗7,890
  • jeromeetienne/ar.jsjeromeetienne का अवतार

    jeromeetienne/AR.js

    15,801GitHub पर देखें↗

    AR.js is a web-based augmented reality framework used to create immersive experiences directly in a browser using WebGL and WebRTC. It provides a cross-platform runtime that executes on mobile devices and head-mounted displays without requiring a dedicated application installation. The framework includes a marker-based engine for detecting physical patterns or barcodes to anchor digital overlays, a location-based tool for positioning entities via GPS coordinates, and a face tracking library for anchoring content to human facial features. It supports multi-marker simultaneous tracking, custom

    HTMLa-framethree-jswebar
    GitHub पर देखें↗15,801
  • jeeliz/jeelizfacefilterjeeliz का अवतार

    jeeliz/jeelizFaceFilter

    2,883GitHub पर देखें↗

    jeelizFaceFilter is a browser-based computer vision engine and WebGL face tracking library designed for AR filters and real-time facial movement tracking. It functions as a neural network face detector that identifies multiple faces and monitors mouth movements and rotation within a web browser. The system distinguishes itself through a model-swappable detection pipeline, allowing the exchange of neural network weights to balance accuracy and performance across different camera angles and devices. It features real-time lighting synchronization to match the illumination of 3D overlays with the

    JavaScript3daugmented-realitycamera
    GitHub पर देखें↗2,883
  • projectdent/arkit-corelocationProjectDent का अवतार

    ProjectDent/ARKit-CoreLocation

    5,525GitHub पर देखें↗

    ARKit-CoreLocation is a location integration framework designed to synchronize augmented reality scenes with real-world GPS coordinates. It provides a geospatial positioning engine and anchor system that links 3D scene objects to specific physical latitudes and longitudes. The framework distinguishes itself through sensor-fusion coordinate alignment, combining high-frequency motion data with GPS updates to maintain stable coordinates and refine user positioning. It includes specialized tools for compass calibration and scene orientation correction to align the 3D environment with True North.

    Swift
    GitHub पर देखें↗5,525
Arcore Android Sdk के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

google-ar/arcore-android-sdk क्या करता है?

Android ARCore SDK, Android डिवाइसेस पर ऑगमेंटेड रियलिटी (AR) अनुभव बनाने के लिए उपयोग किया जाने वाला एक सॉफ़्टवेयर डेवलपमेंट किट और फ्रेमवर्क है। यह डिवाइस मोशन को ट्रैक करने और वर्चुअल ऑब्जेक्ट्स को वास्तविक स्थान में रखने के लिए भौतिक वातावरण को मैप करने के लिए टूल्स और नेटिव लाइब्रेरीज़ का एक संग्रह प्रदान करता है। यह फ्रेमवर्क भौतिक विमानों (physical planes) का पता लगाने और परिवेशी प्रकाश (ambient lighting) का अनुमान लगाने के लिए एक एनवायर्नमेंटल ट्रैकिंग API का उपयोग…

google-ar/arcore-android-sdk की मुख्य विशेषताएं क्या हैं?

google-ar/arcore-android-sdk की मुख्य विशेषताएं हैं: ARCore SDKs, Augmented Reality Frameworks, AR Content Anchoring, Environmental Lighting Estimation, Environmental Tracking APIs, Plane Detection, Sparse 3D Mapping, Device Orientation Tracking।

google-ar/arcore-android-sdk के कुछ ओपन-सोर्स विकल्प क्या हैं?

google-ar/arcore-android-sdk के ओपन-सोर्स विकल्पों में शामिल हैं: googlecartographer/cartographer — Cartographer is a software library and spatial localization engine for simultaneous localization and mapping. It… jeromeetienne/ar.js — AR.js is a web-based augmented reality framework used to create immersive experiences directly in a browser using… jeeliz/jeelizfacefilter — jeelizFaceFilter is a browser-based computer vision engine and WebGL face tracking library designed for AR filters and… projectdent/arkit-corelocation — ARKit-CoreLocation is a location integration framework designed to synchronize augmented reality scenes with… kivy/python-for-android — python-for-android is a toolchain that compiles Python applications and their dependencies into installable Android… tanersener/mobile-ffmpeg — mobile-ffmpeg provides a framework for mobile multimedia processing, allowing Android, iOS, and tvOS applications to…