summaryrefslogtreecommitdiff
path: root/src/cam/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cam/main.cpp')
-rw-r--r--src/cam/main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cam/main.cpp b/src/cam/main.cpp
index f5c0b071..46aba728 100644
--- a/src/cam/main.cpp
+++ b/src/cam/main.cpp
@@ -322,14 +322,6 @@ int main(int argc, char **argv)
goto out;
}
- const std::set<Stream *> &streams = camera->streams();
- if (streams.size() != 1) {
- std::cout << "Camera has " << streams.size()
- << " streams, only 1 is supported"
- << std::endl;
- goto out;
- }
-
if (camera->acquire()) {
std::cout << "Failed to acquire camera" << std::endl;
goto out;