mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 13:27:32 +08:00
[icons] computer vision
This commit is contained in:
@@ -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">
|
<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" />
|
<strip_button name="Reset" value="1" />
|
||||||
</dl_setting>
|
</dl_setting>
|
||||||
<dl_setting var="cv_blob_locator_type" min="0" step="1" max="1" module="computer_vision/cv_blob_locator" values="BLOB|IMAVMARKER">
|
<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="POWER ON" icon="on.png" value="1" group="power_switch"/>
|
<strip_button name="None" icon="off.png" value="0" group="cv"/>
|
||||||
<strip_button name="POWER OFF" icon="off.png" value="0" group="power_switch"/>
|
<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_setting>
|
||||||
</dl_settings>
|
</dl_settings>
|
||||||
</dl_settings>
|
</dl_settings>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<dl_settings>
|
<dl_settings>
|
||||||
<dl_settings name="video">
|
<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">
|
<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>
|
||||||
<dl_setting var="video_thread.fps" min="1" step="1" max="25" shortname="fps" module="computer_vision/video_thread" param="VIDEO_THREAD_FPS"/>
|
<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>
|
</dl_settings>
|
||||||
|
|||||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 324 B |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 349 B |
Reference in New Issue
Block a user