|
|
@ -28,6 +28,17 @@ cmake -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake ..
|
|
|
|
- Built binaries will be in `build/Release`
|
|
|
|
- Built binaries will be in `build/Release`
|
|
|
|
- You might need to copy `opencv_world346.dll` from `samples/external/opencv/bin` to the binary directory to run the application
|
|
|
|
- You might need to copy `opencv_world346.dll` from `samples/external/opencv/bin` to the binary directory to run the application
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Run
|
|
|
|
|
|
|
|
- Run the application with the following command line arguments:
|
|
|
|
|
|
|
|
<!-- optional: --camera_index= is either 0 or 1, default is 0 -->
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
|
|
AiMaskStreamApp.exe [--camera_index=0] [--mode=0] [--ws_port=9001] [--show_window=0]
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
- `--cam_index` (0, 1, ...) is the index of the camera to use in case multiple cameras are available, default is 0
|
|
|
|
|
|
|
|
- `--mode` (0, 1) is the green screen mode, 0 - best quality, 1 - best performance, default is 0
|
|
|
|
|
|
|
|
- `--ws_port` (0 ... 65535) is the port to use for the websocket server, default is 9001
|
|
|
|
|
|
|
|
- `--show_window` (0, 1) is a flag to show windows with the processed video, default is 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## NVIDIA MAXINE VideoEffects SDK: API Source Code and Sample Applications
|
|
|
|
## NVIDIA MAXINE VideoEffects SDK: API Source Code and Sample Applications
|
|
|
|
|
|
|
|
|
|
|
|