#include <librealsense2/rs.hpp>
#include "example.hpp"
#include <chrono>
#include <imgui.h>
#include "imgui_impl_glfw.h"
#include <sstream>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Functions | |
void | draw_seek_bar (rs2::playback &playback, int *seek_pos, float2 &location, float width) |
int | main (int argc, char *argv[]) |
std::string | pretty_time (std::chrono::nanoseconds duration) |
void draw_seek_bar | ( | rs2::playback & | playback, |
int * | seek_pos, | ||
float2 & | location, | ||
float | width | ||
) |
Definition at line 232 of file rs-record-playback.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 22 of file rs-record-playback.cpp.
std::string pretty_time | ( | std::chrono::nanoseconds | duration | ) |
Definition at line 213 of file rs-record-playback.cpp.