update include/sv_video_base.h.

Signed-off-by: Daniel <1367240116@qq.com>
This commit is contained in:
Daniel 2023-07-04 09:00:26 +00:00 committed by Gitee
parent 0e6fcf98ca
commit 8b56141b14
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ protected:
}; };
enum class CameraType {NONE, WEBCAM, G1, Q10}; enum class CameraType {NONE, WEBCAM, G1, Q10, MIPI};
class CameraBase { class CameraBase {
public: public: