Revert "Add checking of current and requested video_mode (#859)" (#887)

This reverts commit 013ff5e, which caused crashes with libcamera cameras.

More testing required to root-cause and fix this PR, but rolling back for testing for now.
This commit is contained in:
Sriman Achanta
2023-07-20 19:48:48 -04:00
committed by GitHub
parent 715ef62c85
commit dd9795028d
4 changed files with 2 additions and 40 deletions

View File

@@ -25,6 +25,7 @@
#pragma once
#include <algorithm>
#include <functional>
#include <memory>
#include <string>
#include <vector>