Skip to content

Commit

Permalink
Added VIDEO_ROI message (#19)
Browse files Browse the repository at this point in the history
Will be used to click on objects in the video stream. Will later push the viewer that uses this feature once it is bugfree
  • Loading branch information
rmeertens authored and flixr committed May 24, 2016
1 parent 3597794 commit aa2702e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions message_definitions/v1.0/messages.xml
Expand Up @@ -2598,6 +2598,15 @@
<field name="data" type="uint8[]"/>
</message>

<message name="VIDEO_ROI" id="155" link="forwarded" >
<field name="ac_id" type="uint8">The aircraft in which video stream you clicked </field>
<field name="startx" type="int32">The x of the upper left corner of the selected area</field>
<field name="starty" type="int32">The y of the upper left corner of the selected area </field>
<field name="width" type="int32">The width of the selected area </field>
<field name="height" type="int32">The height of the selected area </field>
<field name="downsized_width" type="int32">The width of the image you received. Added because a module the receives this message does not know how big the image was that was broadcasted </field>
</message>

</msg_class>


Expand Down

0 comments on commit aa2702e

Please sign in to comment.