Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gamera_videos_no_ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liusq
gamera_videos_no_ui
Commits
840b2a7e
Commit
840b2a7e
authored
Feb 17, 2025
by
guof
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-1007583' into 'release'
过滤特殊的sn See merge request
!87
parents
0f6aa11f
883b6952
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
CameraHandle.cpp
+2
-0
CameraHandle.h
+1
-1
ParkingSpaceInfo.h
+1
-1
RecognizedInfo.cpp
+1
-1
No files found.
CameraHandle.cpp
View file @
840b2a7e
...
...
@@ -405,7 +405,9 @@ int CameraHandle::callbackFunction(XSDK_HANDLE hObject, QString &szString) {
cv
::
Mat
image
;
MediaFaceImage
*
mediaFaceImage
=
MediaFaceImage
::
getInstance
();
qint64
currentTime
=
QDateTime
::
currentSecsSinceEpoch
();
if
(
sSn
!=
"9189806d008ac359"
){
mediaFaceImage
->
FaceImageCallBack
(
hObject
,
this
->
channel
,
image
,
sSn
);
}
if
(
image
.
empty
())
{
...
...
CameraHandle.h
View file @
840b2a7e
#ifndef CAMERAHANDLE_H
#define CAMERAHANDLE_H
#include "
RecognizedInfo.h"
#include "RecognizedInfo.h"
#include "FaceReconitionHandle.h"
#include "HttpService.h"
#include "LicensePlateRecognition.h"
...
...
ParkingSpaceInfo.h
View file @
840b2a7e
#ifndef PARKINGSPACEINFO_H
#define PARKINGSPACEINFO_H
#include "VidesData.h"
#include "
RecognizedInfo.h"
#include "RecognizedInfo.h"
#include <QMutex>
#include <QQueue>
class
ParkingSpaceInfo
{
...
...
RecognizedInfo.cpp
View file @
840b2a7e
#include "
RecognizedInfo.h"
#include "RecognizedInfo.h"
RecognizedInfo
::
RecognizedInfo
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment