Commit Graph

29 Commits

Author SHA1 Message Date
Matt
1decd2c3d7 Add solvePNP, 3d tab on the UI, and some other misc bug fixes (#35)
* Rebase solvePNP on master

* added 3D tab minimap and csv reader

* More solvePNP

* Create draw pipe for pnp data

* SolvePNP piping work

* Move sorting into solvepnppipe

* Create calibration pipeline

* Update CalibrateSolvePNPPipeline.java

* add camera tilt angle

* Add calibration slider and snapshot button to 3D view

* Mirror updates in the socket handler

* add 3d calibration mode to the pipeline manager

* created calibration functions in ui and backend

* Start plumbing calibration

* Add snapshot and other handling to the RequestHandler

* added select resolution before starting calibration

* Rename solvePNPPipe to bounding box solve pnp pipe

* Update BoundingBoxSolvePNPPipe.java

* Add Mat serializer and CameraCalibrationConfig

* Begun calibration saving, fixed UI/Backend snapshot count mismatch

* Add (unplumbed) option to set checkerboard size

This will allow users to change the units their calibration is in

* Create chessboard.png

* Fix calibration NPE

* changed string serialization to a json send

* bug fixed cancellation button

* Fix spelling of snapshot in 3d.vue

* Plumb resolution change

* Set resolution during config, start on config serialization

* Update .gitignore

* Config fixes

* Start transition away from cvpipeline3d

* fix NPE on uncalibrated cameras

* clear list on fail

* Fix video mode index error

* ignore getters in camera calibration config

* Create json constructor for jsonmat

* get solvePNP mostly returning sane values

* Fix solvePNP bug and add unit test

* FIx calibration mat truncation

* added capture amount model upload and minimap data

* Standardize on meters in calibration and bounding box

* fix json out of bounds and handle null calibration more gracefully

* don't put text on calibrate image, go back to inches

* convert distance to meters

this means calibration will need to be in inches

* Actually save raw contor

* Update GroupContoursPipe.java

* Add all calibration return to camera capture

* hard code 2019 target

* bugfixed draw2d added fail calib popup, merge end and cancel

added the res index to the calib start

* Clarify error message and draw more fancy rectangles

* Cleanup memory in solvepnp

* re did minimap component

* fix npe if left/right is null

* remove references to 2d

* try-catch running the current pipeline

* Add method to find corners using the harris corner detector

* Possibly fix left/right missmatch

* Fix 3D Tab error

* FIx file permissions, mat serializer adjustments

* fixed mini map for field coordinates

* mini map changes fov

* Update SolvePNPPipe.java

* get rid of target corners

* some memory leak fixes

* fixed mini map location

* added position under minimap

* changed player fov look

* put all targets in the web send

* re did target send to ui added target tables, bugfix calibration

* fixed y position

* Add tilt angle to capture properties

* maybe fix y axis in minimap

* Add square size to onCalibrationEnding

* Possibly add square size to UI

* fix NPE with pitch

* Fix bug with sending multiple targets

* Only instantiate 3d stuff if we are in 3d mode

* Fix array list exceptions

* Fix bug in sort contors

list was truncated too early

* added download chess, tilt setting and ordinal tilt,

* added square size connection

* removed unused code

* Update pom version to 2.1-RELEASE

* Send camera calibrations to UI

* Stream pose list to a LIst

* Only stream necessary parts of the aux list entry

* Make broadcastMessage synchronized to prevent ConcurrentModificationExceptions

* added fps counter changed squaresize steps bug fixes in tables

* bugfix camera settings cam wont change

Authored-by: oriagranat9 <oriagranat9@gmail.com>
2019-12-31 14:53:20 +02:00
ori agranat
0fe8b6cb2b adde ( ) - and . to regex 2019-12-10 19:35:48 +02:00
ori agranat
7233fff173 added regex test for camera name and pipe name 2019-12-09 22:55:29 +02:00
ori agranat
d5d6171547 added pipeline popup 2019-12-09 22:34:35 +02:00
Omer
192e8834f0 Spelling + button style change 2019-12-09 02:09:43 +02:00
ori agranat
4213e28da4 cleaned up single point calibration and bug fixed isBinary in driverMode 2019-12-07 17:11:22 +02:00
Omer
9db06f690b fixed rotated camera too heigh for UI and corrected scalling 2019-12-06 00:54:04 +02:00
Omer
a88e09d4c3 Revert "fixed roated camera too heigh for the UI"
This reverts commit 50c8ecd345.
2019-12-06 00:41:29 +02:00
Omer
50c8ecd345 fixed roated camera too heigh for the UI 2019-12-06 00:21:05 +02:00
ori agranat
9adde234b8 Merge branch 'ColorPick' into dev 2019-12-03 19:19:44 +02:00
Unknown
5e96491953 bugfix for correct tab 2019-12-03 00:54:23 +02:00
ori agranat
b4e4f7b57c finished color picker in the ui 2019-12-03 00:28:36 +02:00
ori agranat
1858df993d bug for point data and bug fix for group contours 2019-12-01 22:06:06 +02:00
Unknown
8fffafa81c removed pipeline menu when in drivemode fixed driver mode in duplication 2019-12-01 10:32:09 +02:00
ori agranat
5fe728751d moved res and divisor into pipeline in ui
-- added handling of divisor and res in socket handler 
-- moved pipeline to be index -1 in ui
-- removed driver mode object
2019-11-30 19:24:03 +02:00
ori agranat
3ff1f56bd5 added show multiple switch in ui and back end 2019-11-29 16:50:16 +02:00
ori agranat
288000b295 fixed resolution list send to ui 2019-11-29 13:34:38 +02:00
ori agranat
ab9cf217aa bugfix in 2d pipeline and added area in ui 2019-11-28 01:38:45 +02:00
Omer
2c4649a3be Major changes to threshold tab 2019-11-27 22:02:45 +02:00
ori agranat
51a3f677bd added driver mode tab to settings in the ui 2019-11-01 17:10:48 +02:00
ori agranat
1e02f114e1 added auto save and save button 2019-10-29 23:58:06 +02:00
ori agranat
f3eea5c913 code cleanup and initial work 2019-10-26 23:41:45 +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
12c409b953 disabled duplicate to another camera when only one cam is connected and disabled pipeline delete when only one left 2019-10-23 00:01:57 +03:00
ori agranat
72889c5e18 changed camera index from null to -1 2019-10-21 21:19:44 +03:00
ori agranat
9331f30473 duplicate values not receiving in BE bugfix 2019-10-21 21:10:42 +03:00
ori agranat
e3a01c19fa bug fix in duplicate pipeline 2019-10-21 20:34:47 +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