nathanrooy / rpi-urban-mobility-tracker

The easiest way to count pedestrians, cyclists, and vehicles on edge computing devices or live video feeds.
GNU General Public License v3.0
122 stars 37 forks source link

Viewing output in real time #3

Closed GOBish closed 3 years ago

GOBish commented 4 years ago

Hi,

Is there a way to view the tracking in real time instead of just seeing the saved images in the output folder when using the -display option?

nathanrooy commented 4 years ago

This is not possible currently, but it would be fairly easy to implement. I can start working on this feature.

nathanrooy commented 3 years ago

@GOBish, a live view mode is now available. Simply append the flag -display when running.

GOBish commented 3 years ago

Thank you! I will check it out now.