Cannot Export Video and Crash While Playing Video (Non Live Feed)
I've succesfully build the executable and encountered this problem where when I trying to adjust setting while opening the Video File from my directory the program keep crashing
This is the CMake Log
`C:\Users%User%\Desktop\qt\Live-Video-Magnification>cd C:\Users%User%\Desktop\qt\Live-Video-Magnification
C:\Users%User%\Desktop\qt\Live-Video-Magnification>cmake -B build -G "Ninja"^ More? -DCMAKE_BUILD_TYPE=Release ^ More? -DCMAKE_PREFIX_PATH="C:/Qt/6.10.0/msvc2022_64" ^ More? -DOpenCV_DIR="C:/Users/%User%/Desktop/qt/OpenCV_4.1/opencv/build/x64/vc16/lib" ^ More? -DCMAKE_MAKE_PROGRAM="C:/Qt/Tools/Ninja/ninja.exe" -- The CXX compiler identification is MSVC 19.44.35207.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - not found -- Found Threads: TRUE -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found WrapAtomic: TRUE -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) -- Configuring done (4.1s) -- Generating done (0.5s) -- Build files have been written to: C:/Users/%User%/Desktop/qt/Live-Video-Magnification/build
C:\Users%User%\Desktop\qt\Live-Video-Magnification>cmake --build build --config Release CMake is re-running because C:/Users/%User%/Desktop/qt/Live-Video-Magnification/build/CMakeFiles/generate.stamp is out-of-date. the file 'C:/Users/%User%/Desktop/qt/Live-Video-Magnification/build/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake' is newer than 'C:/Users/%User%/Desktop/qt/Live-Video-Magnification/build/CMakeFiles/generate.stamp.depend' result='-1' -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) -- Configuring done (0.3s) -- Generating done (0.3s) -- Build files have been written to: C:/Users/%User%/Desktop/qt/Live-Video-Magnification/build [2/28] Automatic MOC for target LiveVideoMagnification AutoMoc: C:/Users/%User%/Desktop/qt/Live-Video-Magnification/src/external/qxtSlider/qxtnamespace.h: note: No relevant classes found. No output generated. [21/28] Building CXX object CMakeFiles\LiveVideoMagnification.dir\src\external\qxtSlider\qxtglobal.cpp.obj C:\Users%User%\Desktop\qt\Live-Video-Magnification\src\external\qxtSlider\qxtglobal.cpp(77): warning C4273: 'qxtVersion': inconsistent dll linkage C:\Users%User%\Desktop\qt\Live-Video-Magnification\src\external\qxtSlider\qxtglobal.h(121): note: see previous definition of 'qxtVersion' [28/28] Linking CXX executable LiveVideoMagnification.exe`
Nonetheless it's pretty responsive for a real time usage, hope we could fix this save file bug.
-Regards, Deyo