Commit Graph

131 Commits

Author SHA1 Message Date
ori agranat
e24cc5564a BUG FIX IN PITCH AND YAW CALCULATION 2019-10-29 21:53:00 +02:00
ori agranat
c33f822747 added save command and save data in more locations 2019-10-29 21:26:13 +02:00
Unknown
a20d140531 added single point in pipeline and removed is calibrated for an enum 2019-10-28 20:16:18 +02:00
ori agranat
f3eea5c913 code cleanup and initial work 2019-10-26 23:41:45 +03:00
ori agranat
a89ab3393f added set camera by index and bugfix in current camera 2019-10-25 06:37:04 -07:00
ori agranat
583154090b added current pipeline to full settings and current camera 2019-10-25 15:57:46 +03:00
ori agranat
ec117e9884 bugfix in delete pipeline in ui, changed pipelines to be a list instead of a hashmap, ui renaming
- changed pipeline delete message to be Can not remove the only pipeline!
- duplicate pipeline window will display current pipeline on open
- duplicate windows button changed from discard to cancel
2019-10-25 15:02:17 +03:00
ori agranat
dfe88d8df5 added nickname call in server handler 2019-10-25 14:05:00 +03:00
ori agranat
666cf66a99 added call by nickname 2019-10-25 14:02:42 +03:00
Banks Troutman
7b48c9f964 Added command handling for camera name, pipeline name pipeline duplication 2019-10-24 15:20:15 -04:00
ori agranat
4577f5de32 target grouping improvement 2019-10-24 21:02:19 +03:00
ori agranat
f5aa1159be manual merge of speckle rejection into new ui and updated ui to include speckle slider 2019-10-24 02:35:08 +03:00
ori agranat
e1f908e0a1 Merge remote-tracking branch 'origin/dev' into ui-integration
# Conflicts:
#	Main/src/main/java/com/chameleonvision/network/NetworkManager.java
#	Main/src/main/java/com/chameleonvision/vision/process/CVProcess.java
#	Main/src/main/java/com/chameleonvision/vision/process/PipelineResult.java
#	Main/src/main/java/com/chameleonvision/vision/process/VisionProcess.java
#	Main/src/main/java/com/chameleonvision/web/ServerHandler.java
2019-10-24 02:12:04 +03:00
ori agranat
081fc1f9a2 Revert "Merge branch 'speckle-rejection' into 'ui-integration'"
This reverts merge request !21
2019-10-23 23:03:32 +00:00
Matt M
910d377440 Create speckle rejection code and add to VisionProcess
Isn't yet added to the GUI
2019-10-23 21:39:47 +00:00
ori agranat
717e4f3568 type fix and added full setting save 2019-10-21 20:22:39 +03:00
ori agranat
c6cd86d8db code cleanup and ui route bugfix 2019-10-20 10:13:07 +03:00
ori agranat
ded791b31c added all cases to the server handler 2019-10-19 17:45:40 +03:00
ori agranat
5b66de7f8b removed old ui src and moved new one to its location and builded ui for distribution 2019-10-19 16:58:10 +03:00
ori agranat
188f6496aa bug fix for is binary in ui 2019-10-17 22:31:51 +03:00
ori agranat
aaa9b98290 bugfix for is binary in ui and target group
- css cleanup of main header
2019-10-16 23:46:46 +03:00
ori agranat
dc2b738190 finished integration between new client and backend
commands needs to be implemented
2019-10-16 14:13:12 +03:00
ori agranat
0828d2290a WIP stream divisor
set enum for stream divisor
2019-10-16 08:10:06 +03:00
ori agranat
c2fd34ed60 bugfix in target group 2019-10-15 21:24:38 +03:00
ori agranat
cd94c9f8c0 changed general settings naming and added general settings save in ui 2019-10-15 21:00:18 +03:00
ori agranat
91a1338022 changed all double and int data type to Number
added pipeline change handle in ui
2019-10-14 23:35:29 +03:00
ori agranat
221c1b7bfd fixed enums ordinal 2019-10-14 22:36:56 +03:00
ori agranat
ce29e904b9 enum and is binary bug fix 2019-10-14 22:24:37 +03:00
ori agranat
98a71aea66 working communication between client and backend with message pack with working data flow 2019-10-14 21:22:43 +03:00
ori agranat
63290a07d3 simplified the msgpack object using jackson-msgpack 2019-10-14 11:21:20 +03:00
Omer
ca2da43110 Added client parse message 2019-10-14 00:03:22 +03:00
Omer
8b61c87733 Simplified ServerHandler, move ApplyFields to set value function 2019-10-13 22:59:36 +03:00
Omer
27dcef96dd Revert "Simplfied serverhandler and moved alot of the logic to ApplyFields"
This reverts commit 34eda17e97.
2019-10-13 21:58:34 +03:00
Omer
34eda17e97 Simplfied serverhandler and moved alot of the logic to ApplyFields 2019-10-13 00:44:17 +03:00
Omer
5f879f9d98 Added enums, msgpack - new ui intergration 2019-10-12 03:38:42 +03:00
Omer
2eb4cbc950 very early msgpack handler 2019-10-11 02:25:25 +03:00
Banks Troutman
d56a27c017 Cleanups, fixed isValid glitch 2019-10-10 15:07:56 -04:00
Banks Troutman
8748dd2503 Merge branch 'networkmanager' into dev 2019-10-07 16:37:05 -04:00
Banks Troutman
34c88cb9a4 Fix for Pi OS detection 2019-10-07 16:36:53 -04:00
ori agranat
eb65156548 merge bugfix 2019-10-07 21:15:17 +03:00
Banks Troutman
61b09f2bf3 Merge branch 'networkmanager' into dev
# Conflicts:
#	Main/src/main/java/com/chameleonvision/util/MathHandler.java
#	Main/src/main/java/com/chameleonvision/vision/camera/Camera.java
#	Main/src/main/java/com/chameleonvision/vision/camera/CameraManager.java
#	Main/src/main/java/com/chameleonvision/vision/process/VisionProcess.java
2019-10-07 14:08:01 -04:00
Banks Troutman
47307e1fbd Networking bugfixes, added PixelFormat to resolution selection 2019-10-06 21:49:17 -04:00
Banks Troutman
3db2f30ea7 Continued rework of networking, added root check 2019-10-06 17:26:17 -04:00
Banks Troutman
7699766091 Begin network rewrite 2019-10-04 15:55:45 -04:00
ori agranat
285125cc22 removed video mode filter and added pixel format name to the resolution list 2019-10-04 20:17:05 +03:00
ori agranat
259753e582 redone grouped contours and fixed ratio slider 2019-10-04 16:46:16 +03:00
Matt
b618b7f897 Refactor member variables and functions to start with lowercase letters 2019-10-02 22:12:52 -07:00
ori agranat
532231341f changed args key name 2019-10-01 19:12:29 +03:00
Banks Troutman
2097778461 Temp fix for port setting, add flush to NetworkTables, add --manage-network argument 2019-10-01 03:00:42 -04:00
Banks Troutman
b87d31e465 Added method for arg handling, added NT server mode and NT server host args 2019-10-01 02:19:32 -04:00