Browse Source

Adjusting main camera module script global vars

master
Georgios Gerontakis 5 years ago
parent
commit
5addfc2343
  1. 2
      camera module/main.py
  2. BIN
      tracking and telemetry/Client/.vs/Client/v16/.suo
  3. BIN
      tracking and telemetry/Client/.vs/Client/v16/Server/sqlite3/storage.ide
  4. BIN
      tracking and telemetry/Client/.vs/Client/v16/Server/sqlite3/storage.ide-shm
  5. BIN
      tracking and telemetry/Client/.vs/Client/v16/Server/sqlite3/storage.ide-wal
  6. 2
      tracking and telemetry/Client/add_module.cs
  7. BIN
      tracking and telemetry/Client/bin/Debug/Client.exe
  8. BIN
      tracking and telemetry/Client/bin/Debug/Client.pdb
  9. BIN
      tracking and telemetry/Client/obj/Debug/Client.csproj.GenerateResource.cache
  10. BIN
      tracking and telemetry/Client/obj/Debug/Client.csprojAssemblyReference.cache
  11. BIN
      tracking and telemetry/Client/obj/Debug/Client.exe
  12. BIN
      tracking and telemetry/Client/obj/Debug/Client.pdb
  13. BIN
      tracking and telemetry/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache

2
camera module/main.py

@ -5,7 +5,7 @@ import servo
# Constant variables definition.
MAJOR_VERSION = 3
SERVO_INITIAL_X_ANGLE = 90 # The initial horizontal angle of the camera.
SERVO_INITIAL_X_ANGLE = 30 # The initial horizontal angle of the camera.
SERVO_INITIAL_Y_ANGLE = 90 # The initial vertical angle of the camera.
SERVO_STEP_ANGLE = 5 # The angle at which the servo motors move each frame.
DESIRED_HEIGHT = 480 # The input image will be resized to this height, preserving its aspect ratio.

BIN
tracking and telemetry/Client/.vs/Client/v16/.suo

Binary file not shown.

BIN
tracking and telemetry/Client/.vs/Client/v16/Server/sqlite3/storage.ide

Binary file not shown.

BIN
tracking and telemetry/Client/.vs/Client/v16/Server/sqlite3/storage.ide-shm

Binary file not shown.

BIN
tracking and telemetry/Client/.vs/Client/v16/Server/sqlite3/storage.ide-wal

Binary file not shown.

2
tracking and telemetry/Client/add_module.cs

@ -35,7 +35,7 @@ namespace Client
try
{
string viewer_path = System.IO.Path.GetFullPath(System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, @"..\..\..\..\tracking and telemetry\viewer\viewer_exe\viewer.exe"));
string args = txt_moduleIP.Text + " " + txt_hostIP;
string args = txt_moduleIP.Text + " " + txt_hostIP.Text;
var proc = Process.Start(viewer_path,args);
}
catch (Exception ex)

BIN
tracking and telemetry/Client/bin/Debug/Client.exe

Binary file not shown.

BIN
tracking and telemetry/Client/bin/Debug/Client.pdb

Binary file not shown.

BIN
tracking and telemetry/Client/obj/Debug/Client.csproj.GenerateResource.cache

Binary file not shown.

BIN
tracking and telemetry/Client/obj/Debug/Client.csprojAssemblyReference.cache

Binary file not shown.

BIN
tracking and telemetry/Client/obj/Debug/Client.exe

Binary file not shown.

BIN
tracking and telemetry/Client/obj/Debug/Client.pdb

Binary file not shown.

BIN
tracking and telemetry/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache

Binary file not shown.
Loading…
Cancel
Save