Vantiq / Contributions

A collection of VANTIQ projects, apps, collaborations, clients, samples and code that is freely available to all users.
MIT License
2 stars 0 forks source link

New contributions project: TrackingRegion #26

Closed zhangevan closed 1 year ago

zhangevan commented 1 year ago

This project contains 4 client components that you can use in your clients.

Client Components: com.vantiq.component.ui.BoundaryEditor - A eitor for specifying boundary (an array of 4 points) over an selected image. com.vantiq.component.ui.DirectionDistanceEditor - A editor for editing "distance" or "direction" property of a TrackingRegion. com.vantiq.component.ui.ConvertCoordinates - A editor for editing "convertionSepcification" property of a TrackingRegion. com.vantiq.component.ui.TrackingRegionEditor - A Client component to create/view/edit a tracking region. It use above three client components to edit its properties.

Using the Tracking Region Editor You can run com.vantiq.component.ui.TrackingRegionEditor as a normal Client to create/edit/view tracking regions. You can also embed the editor as a component to your Client. See TestTrackingRegion as an example. The TrackingRegionEditor component's toolbar buttons are hidden by setting its hideToolbar property to true.

zhangevan commented 1 year ago

@rblumer4 thanks for the review. the stacktrace was fixed in 1.38 by Steve a while ago.