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

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

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

android/camera-samples

0
View on GitHub↗
5,422 स्टार्स·2,418 फोर्क्स·Kotlin·Apache-2.0·4 व्यूज़

Camera Samples

Android कैमरा हार्डवेयर और सॉफ्टवेयर APIs को एकीकृत करने के लिए संदर्भ कार्यान्वयन और कोड सैंपल्स का एक संग्रह। यह प्रोजेक्ट फोटो और वीडियो कैप्चर फीचर्स को लागू करने के लिए Jetpack CameraX लाइब्रेरी और लो-लेवल Camera2 API दोनों का उपयोग करने के लिए प्रदर्शन प्रदान करता है।

इस रिपॉजिटरी में उच्च-प्रदर्शन रिकॉर्डिंग के लिए विशेष कार्यान्वयन शामिल हैं, जैसे कि हाई-फ्रेम-रेट स्लो मोशन और हाई-डायनामिक-रेंज वीडियो। इसमें मशीन लर्निंग विज़न के उदाहरण भी हैं, जो यह प्रदर्शित करते हैं कि ऑब्जेक्ट डिटेक्शन और QR कोड स्कैनिंग के लिए लाइव कैमरा फ्रेम्स का विश्लेषण कैसे किया जाए।

यह प्रोजेक्ट व्यापक इमेजिंग क्षमताओं को कवर करता है, जिसमें स्टिल इमेज अधिग्रहण, लाइव व्यूफाइंडर रेंडरिंग, और वीडियो गुणवत्ता कॉन्फ़िगरेशन शामिल है। यह बोकेह, नाइट मोड और HDR जैसे इफेक्ट्स को लागू करने के लिए निर्माता-विशिष्ट हार्डवेयर एक्सटेंशन के उपयोग का विवरण देता है।

सैंपल्स में विजुअल ओवरले रेंडर करने के लिए कोऑर्डिनेट मैपिंग और रिकॉर्डिंग स्टेट्स को ट्रैक करने के लिए इवेंट मॉनिटरिंग के लिए यूटिलिटीज शामिल हैं।

Features

  • Camera Integrations - Provides comprehensive reference implementations for integrating Android camera hardware to capture photos and videos.
  • Real-Time Object Detection - Provides reference implementations for identifying and tracking objects within live camera streams using machine learning.
  • Real-Time Frame Processors - Implements components that intercept live camera frames to perform real-time detection and analysis using machine learning models.
  • Mobile Vision Implementations - Provides sample code for analyzing live camera frames using ML models for object detection and QR code scanning.
  • Video Encoders - Streams raw camera frames into a media encoder to produce compressed video files for local storage.
  • Real-Time Model Inference on Frames - Processes live camera frames for real-time object detection, QR code scanning, and machine learning inference.
  • Camera API Implementations - Provides architectural best practices and utility tools to reduce boilerplate when implementing Android camera features.
  • Camera2 API References - Provides examples for utilizing the low-level Camera2 API to control fine-grained hardware settings and manual image capture.
  • CameraX API Implementations - Provides code samples for using the Jetpack CameraX library to build photo and video capture features.
  • Video Profile Configuration - Sets the dimensions, frame rate, and color format based on the hardware capabilities of the device.
  • Image Capture - Captures still images in standard or raw formats to preserve unprocessed sensor data.
  • Camera and Video Capture - Captures video frames using repeating requests and encodes them into a standard video file.
  • Android Lifecycle Management - Uses Android-specific lifecycle-aware components to automate the opening and closing of camera hardware resources.
  • Camera Preview Embeddings - Renders a real-time camera feed to a view with options for stabilization and portrait filters.
  • Android Camera API Examples - Offers a comprehensive set of reference implementations demonstrating best practices for Android camera API integration.
  • Bounding Box Visualizers - Includes utilities for overlaying detection coordinates as bounding boxes onto the live camera preview.
  • Camera QR Code Scanners - Detects QR codes within a camera stream and extracts encoded data to trigger specific actions.
  • Hardware Vendor Abstractions - Provides a standardized interface to access manufacturer-specific hardware processing pipelines for bokeh and night mode.
  • Local File Storage - Records video streams to a local file or storage based on a specified quality selector.
  • Media Session Recording Controls - Controls the video recording process by starting, pausing, and stopping the capture session.
  • Concurrent Capture Sessions - Manages a single hardware session that simultaneously routes data to a screen preview and a file recorder.
  • HDR Viewfinder Rendering - Composites alternating short and long exposure frames in real time to produce high-dynamic-range previews.
  • High-Performance Video Capture - Implements high-speed slow-motion recording and high-dynamic-range video capture using Android hardware.
  • High-Frame-Rate Capture - Provides reference guides for recording high-frame-rate video sessions to enable slow-motion playback.
  • HDR Video Capture - Demonstrates the capture of high dynamic range video and the rendering of real-time HDR viewfinders.
  • High Frame Rate Recording - Records high-speed video within a constrained capture session to create smooth slow-motion playback.
  • Exposure Compositing - Merges short and long exposure frames in real time to create a high-dynamic-range viewfinder.
  • Screen Space Coordinate Mappings - Translates raw camera sensor coordinates into screen pixel coordinates to render visual bounding boxes over a live preview.
  • Manufacturer Hardware Extensions - Demonstrates how to use manufacturer-specific extensions to apply professional effects such as bokeh, night mode, and HDR.
  • Hardware Extension Effects - Applies manufacturer-specific enhancements like Bokeh, HDR, or Night mode to still image captures.
  • Enhanced Image Captures - Captures enhanced still images by leveraging hardware-specific camera extensions through a system interface.
  • Mobile Video Recording - Records high-dynamic-range video when the hardware supports the capability.
  • Repeating Capture Loops - Issues continuous capture requests to the camera hardware to maintain a steady stream of frames for preview and recording.
  • Frame Memory Buffers - Implements buffers that maintain video frames to facilitate real-time machine learning inference and QR scanning.

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

android/camera-samples के लिए स्टार हिस्ट्री चार्टandroid/camera-samples के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

Camera Samples के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Camera Samples के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • getstream/vision-agentsGetStream का अवतार

    GetStream/Vision-Agents

    6,029GitHub पर देखें↗
    Pythonagentic-aiagentsai
    GitHub पर देखें↗6,029
  • react-native-camera/react-native-camerareact-native-camera का अवतार

    react-native-camera/react-native-camera

    9,638GitHub पर देखें↗

    This project provides cross-platform programmatic interfaces and UI components for integrating camera hardware into mobile applications. It serves as a tool for implementing image and video capture, as well as specialized scanning and recognition tasks. The library includes specialized capabilities for computer vision, including a barcode scanner for decoding various barcode types, a face detection tool to identify human faces in a live feed, and an optical character recognition engine for extracting written text from the camera stream. The system covers hardware configuration and control, i

    Javacameraface-detectionreact-native
    GitHub पर देखें↗9,638
  • camerakit/camerakit-androidCameraKit का अवतार

    CameraKit/camerakit-android

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

    Camerakit-android is a library and API wrapper that provides a consistent interface for photo and video capture across Android Camera 1 and 2 APIs. It functions as a media capture library that standardizes hardware access and provides a unified system for recording images and video across different operating system versions. The project includes a camera preview component that automatically scales and crops camera output to fit custom view dimensions. It also provides a camera control toolkit for managing continuous autofocus, tap-to-focus interactions, and pinch-to-zoom gestures. The toolki

    Candroidandroid-libraryc-plus-plus
    GitHub पर देखें↗5,391
  • crazycodeboy/takephotocrazycodeboy का अवतार

    crazycodeboy/TakePhoto

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

    TakePhoto is an Android media capture framework and image processing library designed to manage photo acquisition and manipulation. It provides a toolkit for capturing new images via the device camera and selecting existing images from the system gallery or local file storage. The framework distinguishes itself through automatic activity and session state restoration, which recovers the capture process after the system recycles an activity. It also includes a unified handler for managing runtime media permissions for camera and storage access across different Android versions. The library co

    Javaandroidandroid-croppercamera
    GitHub पर देखें↗7,230
Camera Samples के सभी 30 विकल्प देखें→

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

android/camera-samples क्या करता है?

Android कैमरा हार्डवेयर और सॉफ्टवेयर APIs को एकीकृत करने के लिए संदर्भ कार्यान्वयन और कोड सैंपल्स का एक संग्रह। यह प्रोजेक्ट फोटो और वीडियो कैप्चर फीचर्स को लागू करने के लिए Jetpack CameraX लाइब्रेरी और लो-लेवल Camera2 API दोनों का उपयोग करने के लिए प्रदर्शन प्रदान करता है।

android/camera-samples की मुख्य विशेषताएं क्या हैं?

android/camera-samples की मुख्य विशेषताएं हैं: Camera Integrations, Real-Time Object Detection, Real-Time Frame Processors, Mobile Vision Implementations, Video Encoders, Real-Time Model Inference on Frames, Camera API Implementations, Camera2 API References।

android/camera-samples के कुछ ओपन-सोर्स विकल्प क्या हैं?

android/camera-samples के ओपन-सोर्स विकल्पों में शामिल हैं: getstream/vision-agents. react-native-camera/react-native-camera — This project provides cross-platform programmatic interfaces and UI components for integrating camera hardware into… camerakit/camerakit-android — Camerakit-android is a library and API wrapper that provides a consistent interface for photo and video capture across… crazycodeboy/takephoto — TakePhoto is an Android media capture framework and image processing library designed to manage photo acquisition and… lyuwenyu/rt-detr — RT-DETR is a real-time object detection model based on the detection transformer architecture. It is implemented as a… mrousavy/react-native-vision-camera — This project is a cross-platform mobile camera framework and real-time computer vision library. It provides a…