All Projects → vimeo → vimeo-depth-viewer

vimeo / vimeo-depth-viewer

Licence: MIT license
OpenGL application for viewing depth and color video streams from Intel RealSense cameras

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to vimeo-depth-viewer

4dvideo
Capturing volumetric videos with Google Tango, RealSense R200 and Delaunay triangulation
Stars: ✭ 35 (-28.57%)
Mutual labels:  realsense, volumetric
Live Stream Radio
24/7 live stream video radio station CLI / API 📹 📻
Stars: ✭ 175 (+257.14%)
Mutual labels:  livestream
Justforfunc
The repository for the YouTube series JustForFunc
Stars: ✭ 1,312 (+2577.55%)
Mutual labels:  livestream
Abnormal event detection
Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder
Stars: ✭ 139 (+183.67%)
Mutual labels:  livestream
Nginx Vod Module
NGINX-based MP4 Repackager
Stars: ✭ 1,378 (+2712.24%)
Mutual labels:  livestream
P2p Cdn Sdk Javascript
Free p2p cdn github javascript sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - 🚀 Vadootv 🚀
Stars: ✭ 158 (+222.45%)
Mutual labels:  livestream
Live Dl
Download live streams from YouTube
Stars: ✭ 82 (+67.35%)
Mutual labels:  livestream
Rtsp.player.android
RTSP player for Android / IP camera viewer
Stars: ✭ 199 (+306.12%)
Mutual labels:  livestream
React Native Live Stream Rtmp Example
React native live stream using RTMP
Stars: ✭ 161 (+228.57%)
Mutual labels:  livestream
Oarplayer
Android Rtmp播放器,基于MediaCodec与srs-librtmp,不依赖ffmpeg
Stars: ✭ 124 (+153.06%)
Mutual labels:  livestream
Reflv
react component wrap flv.js
Stars: ✭ 122 (+148.98%)
Mutual labels:  livestream
Nnlls
Node.js Live Streaming for PC, Raspberry and mobile (rtmp/http)
Stars: ✭ 115 (+134.69%)
Mutual labels:  livestream
Nodeplayer.js
Pure JavaScrip HTML5 live stream player
Stars: ✭ 157 (+220.41%)
Mutual labels:  livestream
Livestream Kt
LiveStream is a simple class which makes communication easy among different modules of your application.
Stars: ✭ 92 (+87.76%)
Mutual labels:  livestream
Blss
NGINX-based Live Media Streaming Server
Stars: ✭ 187 (+281.63%)
Mutual labels:  livestream
Docker Multistreamer
Dockerized multistreamer
Stars: ✭ 90 (+83.67%)
Mutual labels:  livestream
Raspilive
📷 Stream video from the Raspberry Pi Camera Module to the web
Stars: ✭ 120 (+144.9%)
Mutual labels:  livestream
Nile.js
Server
Stars: ✭ 1,757 (+3485.71%)
Mutual labels:  livestream
Instagram Live Streamer
[Unofficial] Broadcast to Instagram Live anything from your PC/Laptop
Stars: ✭ 232 (+373.47%)
Mutual labels:  livestream
Mediadevices
Go implementation of the MediaDevices API.
Stars: ✭ 197 (+302.04%)
Mutual labels:  livestream

Vimeo Depth Viewer

A GIF of the depth viewer application

PRs Welcome

An OpenGL application for viewing depth and color video streams from Intel RealSense cameras (D415/D435).

This repository consists of tools and demos presented at the Volumetric Filmmaking meetup at NYC.
Watch the live-stream from the meetup or checkout the WebVR examples.

Looking for a simpler solution that doesn't require code? head over to Depthkit to learn more, our WebVR examples fully support it

  1. Quick-start
  2. Features
  3. Build from source
  4. Dependencies
  5. License

Quick-start

Make you get either the Intel RealSense D415/D435. We peronsally prefered working with the D415, as it proved more reliable, but both work with this software. To quickly get started, download a pre-built release of the depth-viewer from here or build it from source. Once you have a binary launch it by double clicking it or calling ./VimeoDepthViewer from the folder and you should be good to go.

Features

  • An easy to use interface based on nanogui.
  • Depth clipping for easy background removal.
  • Seprate stream view and monitor window for capturing and live streaming a full window using OBS
  • Depth filtering (decimation, spatial and temporal filters)
  • Fully git submodules and CMake for easy set up

Build from source

All 3rd party libraries used are included as git submodules to ease the setup and development process, it should be easy to clone using the --recursive flag and build everything from source.

  1. Make sure you have CMake installed, for macOS, install Homebrew and run
brew install cmake
  1. Clone the repository including all the submodules:
git clone https://github.com/vimeo/depth-viewer.git --recursive
  1. Go inside the folder and create a build folder by running cd vimeo-depth-viewer && mkdir build
  2. Run CMake by calling cmake ../ from the build folder
  3. Run make to build an executable
  4. Run the executable by running ./VimeoDepthViewer

Tested on macOS v10.13.4 & CMake v3.11.4

Dependencies

  1. GLFW
  2. nanogui
  3. Eigen
  4. librealsense2

License

License file could be found here

Questions, help, and support

For questions and support, ask on StackOverflow. If you found a bug, please file a GitHub issue.

Make pull requests, file bug reports, and make feature requests via a GitHub issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].