2 Repos
Captures raw image and depth streams from connected cameras into structured database formats.
Distinct from Sensor Data Streaming: Distinct from Sensor Data Streaming: focuses on persistent database storage for offline analysis rather than real-time transmission.
Explore 2 awesome GitHub repositories matching data & databases · Sensor Data Recordings. Refine with filters or upvote what's useful.
This project is a comprehensive library and toolkit for simultaneous localization and mapping, designed to construct three-dimensional environment models while tracking device position. It functions as a robotics perception framework that processes data from RGB-D, stereo, and lidar sensors to enable autonomous navigation and spatial awareness. The system distinguishes itself through its focus on long-term mapping and global consistency. It employs a sophisticated loop-closure detection engine and graph-based pose optimization to identify previously visited locations and eliminate cumulative
Captures raw image and depth streams from connected cameras into a structured database format for later analysis.
libfreenect is a driver implementation for integrating Kinect sensors with a computer to capture depth images, audio, and accelerometer readings across various operating systems. It provides a hardware-abstracted API to manage the connection between the sensor hardware and the host system. The project enables the capture of sensor data and the control of internal device hardware, such as motors and LED indicators. It also includes tools for recording and replaying sensor data streams to local files, allowing for offline analysis and testing without a physical device. The library handles 3D d
Captures raw image and depth streams into files for offline analysis and testing.