|
Re: Sending Images from Axis Camera to SmartDashboard
I'm not sure what capabilities for annotation are available for the SD video, but I was assuming that you could draw on top of the video feed.
For the LV dashboard, there are functions to overlay a rect, circle, line, text, or a bitmap. You can string these together to make more sophisticated annotations. This is what the example code does to help understand the aspect ratio and rectangular scores of each masked particle.
The annotations are a good way to view the data. But the core part is to communicate the more interpreted and compact version of the data -- the geometric shape rather than the mask.
Greg McKaskle
|