Skip to content
Snippets Groups Projects
Commit 760e596a authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

Merge branch 'master' of gitlab.utu.fi:nicolas.pope/ftl

parents 100ffbae 449e64b7
No related branches found
No related tags found
No related merge requests found
Pipeline #19039 passed
......@@ -57,7 +57,7 @@ class Camera {
/**
* Update the available channels.
*/
void update(const ftl::codecs::Channels<0> &c) { channels_ = c; }
void update(const ftl::codecs::Channels<0> &c) { channels_ = (isVirtual()) ? c + ftl::codecs::Channel::Right : c; }
void draw(ftl::rgbd::FrameSet &fs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment