6 lines
138 B
Batchfile
6 lines
138 B
Batchfile
@echo off
|
|
title FlyWMS - Navigator
|
|
cd /d "%~dp0"
|
|
python flywms_navigation.py --video "testhd2_edit.mp4" --observer-enabled --wms-enabled
|
|
|