margelo/react-native-vision-camera
📸 A powerful, high-performance React Native Camera library.
What it solves
VisionCamera provides a high-performance camera interface for React Native applications, allowing developers to integrate advanced camera functionality without sacrificing speed or quality.
How it works
It acts as a powerful wrapper for mobile camera hardware, offering deep control over resolutions, FPS, and device selection. A key feature is its "Frame Processors," which use JS worklets to allow real-time processing of camera frames for tasks like AI object detection and facial recognition.
Who it’s for
Mobile app developers using React Native who need professional-grade camera capabilities, such as high-resolution capture, real-time AI vision tasks, or custom GPU-accelerated filters.
Highlights
- Real-time AI Integration: Supports Frame Processors for facial recognition and object detection.
- High Performance: Includes a custom C++/GPU accelerated resizer using Metal and Vulkan.
- Advanced Capture: Supports 4k/8k images, HDR, Night modes, and customizable FPS up to 240.
- Extensibility: Allows drawing shapes, text, and shaders directly onto the camera feed.
Related
- Project
roboflow/rf-detrRF‑DETR is a real‑time transformer‑based vision model suite (detection, segmentation, keypoint) built on a DINOv2 backbone. It ships as the `rfdetr` Python package with several size variants (Nano‑2XL), provides Apache‑2.0 (core) and PML 1.0 (XL/2XL) licenses, and includes benchmark tables showing state‑of‑the‑art accuracy‑latency trade‑offs on COCO and RF100‑VL. Installation is via `pip install rfdetr`; usage is a single‑line `model.predict(...)` followed by optional visualisation with the `supervision` library. The project also offers a NAS pipeline on the Roboflow platform for custom architecture search.
- Project
eduardolundgren/tracking.jsA lightweight JavaScript library that brings computer vision algorithms like color tracking and face detection directly into the browser.
- Project
facebookresearch/pytorch3dA PyTorch-based library for 3D Computer Vision research providing differentiable rendering and efficient tools for manipulating 3D meshes and point clouds.
- Project
StarTrail-org/PixelRAGPixelRAG renders web pages, PDFs, and images into screenshot tiles, embeds them with a vision‑language model, builds a FAISS/Qdrant vector index, and provides a searchable API (or Claude plugin) so LLMs can retrieve information based on visual layout rather than plain text.