update video_io/sv_video_input.cpp.

Signed-off-by: jario-jin <jariof@foxmail.com>
This commit is contained in:
jario-jin 2023-11-30 00:40:13 +00:00 committed by Gitee
parent 469ba77fe6
commit 831eab5197
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 3 deletions

View File

@ -2,17 +2,16 @@
#include <cmath> #include <cmath>
#include <fstream> #include <fstream>
namespace sv namespace sv {
{
Camera::Camera() Camera::Camera()
{ {
} }
Camera::~Camera() Camera::~Camera()
{ {
} }
void Camera::openImpl() void Camera::openImpl()
{ {
if (this->_type == CameraType::WEBCAM || this->_type == CameraType::V4L2CAM) if (this->_type == CameraType::WEBCAM || this->_type == CameraType::V4L2CAM)