Commits on Source (11)
-
Nicolas Pope authored
-
Nicolas Pope authored
-
Nicolas Pope authored
-
Nicolas Pope authored
Implements #170 concurrent encoding Closes #170 See merge request nicolas.pope/ftl!201
-
Nicolas Pope authored
-
Nicolas Pope authored
-
Nicolas Pope authored
-
Nicolas Pope authored
-
Nicolas Pope authored
Use msgpack for pose See merge request nicolas.pope/ftl!202
-
Iiro Rastas authored
The functionality of Master and Slave is now in a single class, which is currently named Master. NetConfigurables are added and removed in this class instead of the GUI, so that all applications can now access NetConfigurables. Due to this change, ConfigProxy has been removed from reconstruction.
-
Iiro Rastas authored
Resolves #262 and resolves #126 Closes #262 and #126 See merge request nicolas.pope/ftl!203
Showing
- applications/gui/src/ctrl_window.cpp 1 addition, 1 deletionapplications/gui/src/ctrl_window.cpp
- applications/gui/src/main.cpp 0 additions, 26 deletionsapplications/gui/src/main.cpp
- applications/gui/src/screen.cpp 1 addition, 1 deletionapplications/gui/src/screen.cpp
- applications/player/src/main.cpp 20 additions, 0 deletionsapplications/player/src/main.cpp
- applications/reconstruct/src/main.cpp 3 additions, 63 deletionsapplications/reconstruct/src/main.cpp
- applications/recorder/src/main.cpp 3 additions, 3 deletionsapplications/recorder/src/main.cpp
- applications/vision/src/main.cpp 3 additions, 3 deletionsapplications/vision/src/main.cpp
- components/codecs/include/ftl/codecs/hevc.hpp 4 additions, 0 deletionscomponents/codecs/include/ftl/codecs/hevc.hpp
- components/codecs/src/nvpipe_decoder.cpp 19 additions, 12 deletionscomponents/codecs/src/nvpipe_decoder.cpp
- components/codecs/src/nvpipe_encoder.cpp 1 addition, 1 deletioncomponents/codecs/src/nvpipe_encoder.cpp
- components/codecs/test/nvpipe_codec_unit.cpp 9 additions, 6 deletionscomponents/codecs/test/nvpipe_codec_unit.cpp
- components/control/cpp/CMakeLists.txt 0 additions, 1 deletioncomponents/control/cpp/CMakeLists.txt
- components/control/cpp/include/ftl/master.hpp 28 additions, 1 deletioncomponents/control/cpp/include/ftl/master.hpp
- components/control/cpp/include/ftl/slave.hpp 0 additions, 50 deletionscomponents/control/cpp/include/ftl/slave.hpp
- components/control/cpp/src/master.cpp 103 additions, 4 deletionscomponents/control/cpp/src/master.cpp
- components/control/cpp/src/slave.cpp 0 additions, 106 deletionscomponents/control/cpp/src/slave.cpp
- components/net/cpp/src/net_configurable.cpp 1 addition, 1 deletioncomponents/net/cpp/src/net_configurable.cpp
- components/net/cpp/test/net_configurable_unit.cpp 6 additions, 6 deletionscomponents/net/cpp/test/net_configurable_unit.cpp
- components/rgbd-sources/include/ftl/rgbd/frame.hpp 2 additions, 2 deletionscomponents/rgbd-sources/include/ftl/rgbd/frame.hpp
- components/rgbd-sources/src/abr.cpp 1 addition, 1 deletioncomponents/rgbd-sources/src/abr.cpp
components/control/cpp/src/slave.cpp
deleted
100644 → 0