diff --git a/.gitignore b/.gitignore index 648bf8fb9a84485c8eb11460460771397ccf409c..09d9bb958d57f57f3ba816c039dd26b336fc6bc2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ obj/* obj/Makefile !obj/recorder.pro +.cache +*.autosave *.o *.avi *.sublime-workspace diff --git a/README b/README index 1bd670ae052f942873f304468767e5ea395be4a8..5eaea057d9650b212c58dab1997726fa6285f2cf 100644 --- a/README +++ b/README @@ -5,4 +5,4 @@ Based of VimbaX SDK from: -> expanded on VimbaCPP/Example/AsyncOpenCVRecorder ! -used to acquire images and store them as jpeg along with timestamps +does: acquire images and store them as jpeg along with timestamps diff --git a/recorder.sublime-project b/recorder.sublime-project index 3f14b96a06e888f67a684f3299681414edcda415..c5f34982e0620e068d5bdfe0712191c582cb8016 100644 --- a/recorder.sublime-project +++ b/recorder.sublime-project @@ -66,6 +66,10 @@ "name": "bear -- create new compile_commands.json", "shell_cmd": "bear -- make -j`nproc` && mv compile_commands.json ..", }, + { + "name": "designer", + "shell_cmd": "designer ../src/mainwindow.ui", + }, // { // "name": "distclean ", // "shell_cmd": "make -j`nproc` distclean",