Windows Installation¶
CVEDIA-RT will work out of the box on Windows with or without an NVIDIA GPU.
Requirements¶
- 10GB disk space
- Windows 10.0.19042 or newer
- Graphics card capable of running OpenGL 3.0+ or DirectX 11
- Visual C++ Redistribuable for Visual Studio 2015
Running with NVIDIA GPU¶
To run using NVIDIA GPU acceleration, these additional requirements apply:
- NVIDIA GPU with Compute Capability greater or equal to 5.2
Check Compute Capability to make sure your GPU is compatible.
Running without GPU¶
CVEDIA-RT can run without an NVIDIA GPU, it will fall back to Intel CPU or GPU inference using Intel OpenVino. To run OpenVino you must have an Intel CPU that is at least one of:
- 6th or newer generation Intel Core processors
- 1st or newer generation of Intel® Xeon® Scalable processors
- Intel Atom® processor with Intel® Streaming SIMD Extensions 4.2 (Intel® SSE4.2)
If you have an AMD CPU, OpenVino may still work, but there's no official documentation about which CPUs are compatible.
Quick start¶
After downloading the Windows release package, extract it to a folder and run the CVEDIA-RT.bat
:
Running CVEDIA-RT with custom parameters¶
- The bat file can be changed to provide the following arguments to the executable:
- -s --solutions: Path to the folder of the solutions
- -d: Config overrides (Runtime override for a project, will be loaded after project JSON config)
Example
-d Motion/config/enabled=false -
--headless: Runs CVEDIA-RT in headless mode (without GUI)
-
--remote: Runs CVEDIA-RT with Remote UI
-
--dx11: Runs CVEDIA-RT with DirectX 11 rendering engine
-
--glfw: Runs CVEDIA-RT with OpenGL rendering engine
-
--sdl: Runs CVEDIA-RT with SDL rendering engine
-
--version: Shows CVEDIA-RT version and exit
-
--help: View allowed arguments
Troubleshooting¶
If you're running without NVIDIA GPU, please make sure your CPU is compatible. Older / unsupported CPUs usually just crash the system without any other information.
If CVEDIA-RT opens but crashes when you try to run any of the solutions your windows may need to be updated.
On Windows 10, run dxdiag
and check if your Operating System
build is at least 19042
or newer.
If you're running Windows 11 or newer this playback problem shouldn't happen.
If you're running in GUI mode and CVEDIA-RT crashes with FATAL [..] [glfwui.cpp:68] glfwCreateWindow ..
, you can try starting it with a different rendering engine:
CVEDIA-RT.bat --dx11
CVEDIA-RT.bat --sdl
If none of these work, your graphics card may not be able to render CVEDIA-RT, you can still run it in headless mode (--headless
) or Remote UI (--remote
).
If you have issues running on Windows that couldn't be solved by this guide, you can run the generate_debug_report.bat
tool to collect information about your computer and send it to us for debugging.
Please note that the generated report may include your Windows user name and other potentially sensitive information, do not share it publicly.