Resolves #199 use of channel id in streams
Compare changes
- Nicolas Pope authored
@@ -98,7 +98,7 @@ bool FileSource::compute(int n, int b) {
@@ -98,7 +98,7 @@ bool FileSource::compute(int n, int b) {
rgb_.create(cv::Size(ftl::codecs::getWidth(c.pkt.definition),ftl::codecs::getHeight(c.pkt.definition)), CV_8UC3);
depth_.create(cv::Size(ftl::codecs::getWidth(c.pkt.definition),ftl::codecs::getHeight(c.pkt.definition)), CV_32F);