Commit Graph

1035 Commits

Author SHA1 Message Date
ori agranat
513a0f1ad8 Update .gitlab-ci.yml 2019-11-09 10:34:49 +00:00
ori agranat
f322d094e0 Update .gitlab-ci.yml 2019-11-09 10:08:42 +00:00
ori agranat
48123e9e5e Update .gitlab-ci.yml 2019-11-08 22:17:53 +00:00
ori agranat
f6e8dd2e6a Update .gitlab-ci.yml 2019-11-08 21:43:08 +00:00
ori agranat
a7c2dfa80a Update .gitlab-ci.yml 2019-11-08 21:35:24 +00:00
ori agranat
257e2e1606 Update .gitlab-ci.yml 2019-11-08 21:28:56 +00:00
ori agranat
c8ba8a49f2 Update .gitlab-ci.yml 2019-11-08 21:18:59 +00:00
ori agranat
d25adba18e Update .gitlab-ci.yml 2019-11-08 21:13:14 +00:00
ori agranat
2545d1bd13 Update .gitlab-ci.yml 2019-11-08 21:08:04 +00:00
ori agranat
1e2d5f0c10 Update .gitlab-ci.yml 2019-11-08 20:36:51 +00:00
ori agranat
14e436c8f6 Update .gitlab-ci.yml 2019-11-08 20:31:53 +00:00
ori agranat
7f5dad400d Update .gitlab-ci.yml 2019-11-08 14:19:52 +00:00
ori agranat
e53ae9f0da Update .gitlab-ci.yml 2019-11-08 14:15:33 +00:00
ori agranat
893adc510c Update .gitlab-ci.yml 2019-11-08 13:39:50 +00:00
ori agranat
11e018b228 Update .gitlab-ci.yml 2019-11-08 13:35:03 +00:00
ori agranat
ead1c7768c Update .gitlab-ci.yml 2019-11-08 10:53:06 +00:00
ori agranat
b9078c49f8 Update .gitlab-ci.yml 2019-11-08 10:47:50 +00:00
ori agranat
411d84515e Update .gitlab-ci.yml 2019-11-08 10:36:09 +00:00
Matt
1e7f380f07 Rename StreamDivisor enum and work on CameraStreamer 2019-11-07 16:53:31 -08:00
Matt
cc2c065dc8 Rename USBCamera to USBCameraProcess & abstractify
- Most classes now take a CameraProcess instead of a USBCameraProcess
2019-11-07 09:10:09 -08:00
Matt
338c59e783 Start working on USBCamera 2019-11-07 09:02:23 -08:00
Banks Troutman
c213d4c751 Recreated all pipeline steps as Pipes and set up CVPipeline2d 2019-11-07 11:15:54 -05:00
ori agranat
0881880b86 changed stream resolution list from ratio
- changed the resolution list to be the actual resolution instead of ratio 
- changed development port to be 5800
2019-11-05 21:15:10 +02:00
Matt
d619d85109 Start filling in CVPipeline2d 2019-11-05 07:47:15 -08:00
Banks Troutman
1bca800f4f Begin further work on abstraction layout in separate package 2019-11-04 02:23:13 -05:00
Banks Troutman
ac7bd48d87 Fix JPEG Image error 2019-11-03 15:09:01 -05:00
Banks Troutman
2a78334bbb Fix null pointer in CameraProcess 2019-11-03 14:21:37 -05:00
Banks Troutman
386533a41a More driverMode tweaks, and StreamDivisor , change port to 5800 2019-11-03 14:15:36 -05:00
Matt
42b76dfbf9 Rename CVProcess to StandardCVProcess 2019-11-02 13:03:00 -07:00
Matt
9f68be9922 Fix cameraProcess/cvProcess missmatch 2019-11-02 12:46:36 -07:00
Matt
e055e5a78b invert the nested if/else in the run pipeline
This should be more clear to read
2019-11-02 12:44:05 -07:00
Matt
e863cc0781 Move pipeline logic into CVProcess 2019-11-02 12:38:42 -07:00
Matt
24313ba45b Rename Camera and CamProcess to USBCamera and USBCameraProcess
Further changes:
- Add CameraProcess interface
- Change VisionProcess to pass the interface as parameter
2019-11-02 10:10:02 -07:00
Banks Troutman
a5477a7e4e fix exception when handling drivermode settings 2019-11-02 04:39:47 -04:00
Banks Troutman
570a042e35 fix for drivermode settings 2019-11-02 04:37:28 -04:00
Banks Troutman
cb733aa19e Fix path loads on linux 2019-11-02 04:04:19 -04:00
ori agranat
1e43547635 compiled web ui 2019-11-02 09:53:31 +02:00
Banks Troutman
c73b68947b reword 2019-11-02 03:35:12 -04:00
Banks Troutman
bff2c2d8e0 reworked driverMode, fixed streamDivisor 2019-11-02 03:34:51 -04:00
ori agranat
58e39b2922 added stream divisor to cv source 2019-11-01 22:37:41 +02:00
Omer
f4d465d3e8 Small fix for driver settings 2019-11-01 18:02:48 +02:00
ori agranat
4bbc6457a1 changed store key to match java code 2019-11-01 17:13:59 +02:00
ori agranat
cfd5f22f05 Merge remote-tracking branch 'origin/dev' into dev 2019-11-01 17:11:20 +02:00
ori agranat
51a3f677bd added driver mode tab to settings in the ui 2019-11-01 17:10:48 +02:00
Omer
a050dff150 Support for driver settings tab 2019-11-01 17:01:10 +02:00
Omer
7ef05e6077 Added driver mode exposure and brightness 2019-11-01 11:38:58 +02:00
Omer
972df541e9 Rename "Closest" to "Centermost", rebuild for the ui needed 2019-10-30 14:35:30 +02:00
Omer
bb49cddd1a Merge branch 'dev' of https://gitlab.com/chameleon-vision/Chameleon-Vision into dev
# Conflicts:
#	chameleon-client/src/views/CameraViewes/OutputTab.vue
2019-10-30 14:34:19 +02:00
Omer
120fa64f3c Renamed "Closest" sort mode to "Centermost", Removed SpringFramework because its not needed 2019-10-30 14:32:57 +02:00
ori agranat
1e02f114e1 added auto save and save button 2019-10-29 23:58:06 +02:00