Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
camtron_all
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kr69sugu
camtron_all
Commits
db3bef62
Commit
db3bef62
authored
2 years ago
by
am0ebe
Browse files
Options
Downloads
Patches
Plain Diff
Tie opencv, Qt and Vimba together in a C++ APP. improve buildsystem from subl. Add logging.
parent
ce70d14c
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
b
+1
-1
1 addition, 1 deletion
b
dox/notes_C
+5
-0
5 additions, 0 deletions
dox/notes_C
dox/scrap
+11
-0
11 additions, 0 deletions
dox/scrap
dox/todo_tron
+5
-2
5 additions, 2 deletions
dox/todo_tron
with
22 additions
and
3 deletions
b
@
44f1b32f
Compare
e4649939
...
44f1b32f
Subproject commit
e46499390986da1f889f78c0110e385003791dc6
Subproject commit
44f1b32f01c0112b25a655b50dffe5b91226794d
This diff is collapsed.
Click to expand it.
dox/notes_C
+
5
−
0
View file @
db3bef62
...
...
@@ -230,3 +230,8 @@ apt install libarchive-dev python3-pybind11
#else
frame = new IplImage(img_input);
#endif
###############################
Q: can i use OPENCV for BGS?
hint: -lopencv_bgsegm ??? can i use it for SW_C ?
This diff is collapsed.
Click to expand it.
dox/scrap
0 → 100644
+
11
−
0
View file @
db3bef62
SCRAP
######
void AsynchronousOpenCVRecorder::Log( std::string strMsg, VmbErrorType eErr )
{
strMsg += "..." + m_ApiController.ErrorCodeToMessage( eErr );
ui.m_ListLog->insertItem( 0, QString::fromStdString( strMsg ) );
}
QObject::connectSlotsByName() ?? :)
This diff is collapsed.
Click to expand it.
dox/todo_tron
+
5
−
2
View file @
db3bef62
...
...
@@ -19,11 +19,14 @@ B) recorder
============================
> print Info: Versions (VimbaApi, OpenCV, Qt)
more: cams
> wait and detect cams
> produce frames & timestamps
> build GUI
--> Q: might a console app be feasable??
============================
> central config
> threads for started recordings [PID]
> storage folder
> wait and detect cams
> produce frames & timestamps
> export settings with viewer
> load settings with sw
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment