Skip to content
Snippets Groups Projects
Commit 8f8dec46 authored by am0ebe's avatar am0ebe
Browse files

sub builds again

parent 96dee16d
No related branches found
No related tags found
No related merge requests found
Subproject commit ab7e73a65e103fb539f4a5cb6a49f9c507cde574 Subproject commit ea8debfec50310d57896c206dd537209608e63df
...@@ -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
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment