[icons] computer vision

This commit is contained in:
Christophe De Wagter
2015-09-15 14:41:00 +02:00
parent c72f2e3ba0
commit ee01e03927
4 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -16,9 +16,10 @@
<dl_setting var="cv_blob_locator_reset" max="1" min="0" step="1" module="computer_vision/cv_blob_locator" handler="GeoReset">
<strip_button name="Reset" value="1" />
</dl_setting>
<dl_setting var="cv_blob_locator_type" min="0" step="1" max="1" module="computer_vision/cv_blob_locator" values="BLOB|IMAVMARKER">
<strip_button name="POWER ON" icon="on.png" value="1" group="power_switch"/>
<strip_button name="POWER OFF" icon="off.png" value="0" group="power_switch"/>
<dl_setting var="cv_blob_locator_type" min="0" step="1" max="2" module="computer_vision/cv_blob_locator" values="NONE|BLOB|IMAVMARKER">
<strip_button name="None" icon="off.png" value="0" group="cv"/>
<strip_button name="Colored Blob" icon="cv_blob.png" value="1" group="cv"/>
<strip_button name="Marker" icon="cv_marker.png" value="2" group="cv"/>
</dl_setting>
</dl_settings>
</dl_settings>
+1 -1
View File
@@ -22,7 +22,7 @@
<dl_settings>
<dl_settings name="video">
<dl_setting var="video_thread.take_shot" min="0" step="1" max="1" shortname="take_shot" module="computer_vision/video_thread" handler="take_shot">
<strip_button name="Shoot" icon="digital-camera.png" value="1" group="video"/>
<strip_button name="Videothread Save Jpeg" icon="digital-camera.png" value="1" group="cv"/>
</dl_setting>
<dl_setting var="video_thread.fps" min="1" step="1" max="25" shortname="fps" module="computer_vision/video_thread" param="VIDEO_THREAD_FPS"/>
</dl_settings>
Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B