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

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
Subproject commit e46499390986da1f889f78c0110e385003791dc6
Subproject commit 44f1b32f01c0112b25a655b50dffe5b91226794d
......@@ -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 ?
SCRAP
######
void AsynchronousOpenCVRecorder::Log( std::string strMsg, VmbErrorType eErr )
{
strMsg += "..." + m_ApiController.ErrorCodeToMessage( eErr );
ui.m_ListLog->insertItem( 0, QString::fromStdString( strMsg ) );
}
QObject::connectSlotsByName() ?? :)
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment