diff --git a/components/rgbd-sources/include/ftl/rgbd/streamer.hpp b/components/rgbd-sources/include/ftl/rgbd/streamer.hpp index 62106385872f6d142c75eb9459c2a15dd0eb9cf7..0143bc0b0a030e509629e5bb6185dd553d1c9683 100644 --- a/components/rgbd-sources/include/ftl/rgbd/streamer.hpp +++ b/components/rgbd-sources/include/ftl/rgbd/streamer.hpp @@ -49,7 +49,7 @@ struct StreamSource { /** * The maximum number of frames a client can request in a single request. */ -static const int kMaxFrames = 25; +static const int kMaxFrames = 100; /** * Allows network streaming of a number of RGB-Depth sources. Remote machines