Skip to content

Commit 967b40c

Browse files
committed
Use Hikvision cameras as the base type
1 parent b87f1fd commit 967b40c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@
1111
cmake-build-*/
1212
.vscode/
1313
build/
14-
log/
15-
lib/
14+
log/

example/CustomCam/cus_cam.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace infinite_sense {
44

55
CustomCam::~CustomCam() {
6-
6+
Stop();
77
}
88

99
bool CustomCam::Initialization() {

0 commit comments

Comments
 (0)