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
8f8dec46
Commit
8f8dec46
authored
2 years ago
by
am0ebe
Browse files
Options
Downloads
Patches
Plain Diff
sub builds again
parent
96dee16d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
b
+1
-1
1 addition, 1 deletion
b
dox/scrap
+24
-3
24 additions, 3 deletions
dox/scrap
dox/todo_tron
+2
-2
2 additions, 2 deletions
dox/todo_tron
with
27 additions
and
6 deletions
b
@
ea8debfe
Compare
ab7e73a6
...
ea8debfe
Subproject commit
ab7e73a65e103fb539f4a5cb6a49f9c507cde574
Subproject commit
ea8debfec50310d57896c206dd537209608e63df
This diff is collapsed.
Click to expand it.
dox/scrap
+
24
−
3
View file @
8f8dec46
...
@@ -2,10 +2,31 @@ SCRAP
...
@@ -2,10 +2,31 @@ SCRAP
######
######
void AsynchronousOpenCVRecorder::Log( std::string strMsg, VmbErrorType eErr )
void AsynchronousOpenCVRecorder::Log( std::string strMsg, VmbErrorType eErr )
{
{
strMsg += "..." + m_ApiController.ErrorCodeToMessage( eErr );
strMsg += "..." + m_ApiController.ErrorCodeToMessage( eErr );
ui.m_ListLog->insertItem( 0, QString::fromStdString( strMsg ) );
ui.m_ListLog->insertItem( 0, QString::fromStdString( strMsg ) );
}
}
QObject::connectSlotsByName() ?? :)
//open cam
if ( VmbErrorSuccess == (* iter)->Open( VmbAccessModeFull ) )
{
std :: cout << " Camera opened " << std :: endl;
}
// close cam
if ( VmbErrorSuccess == camera . Close () )
{
std :: cout << " Camera closed " << std :: endl;
}
// #include "opencv2/opencv.hpp"
// cv::VideoWriter m_VideoWriter; // OpenCV VideoWriter
// cv::Mat m_ConvertImage;
// VimbaSystem::RegisterCameraListObserver ??
#include "" //search 1rst in same folder as file
#include <> //search normal include-path (env, -l flags, ...)
// sys->OpenCameraByID
// ID can be IP / MAC / ID
This diff is collapsed.
Click to expand it.
dox/todo_tron
+
2
−
2
View file @
8f8dec46
...
@@ -17,8 +17,6 @@ B) recorder
...
@@ -17,8 +17,6 @@ B) recorder
###########################
###########################
> read manual (c++ / vimba)
> read manual (c++ / vimba)
============================
============================
> print Info: Versions (VimbaApi, OpenCV, Qt)
more: cams
> wait and detect cams
> wait and detect cams
> produce frames & timestamps
> produce frames & timestamps
> build GUI
> build GUI
...
@@ -116,6 +114,8 @@ D) process scripts
...
@@ -116,6 +114,8 @@ D) process scripts
Done
Done
#######################
#######################
> print Info: Versions (VimbaApi, OpenCV, Qt)
> list cams with static infos
> new sublimeproject 'recorder' with ecc+buildsystem
> new sublimeproject 'recorder' with ecc+buildsystem
> setup buildsys on f1sh
> setup buildsys on f1sh
> one major git repo called 'camtron', containing
> one major git repo called 'camtron', containing
...
...
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