As far as I can tell trajectory detection lets you use characteristics of the trajectories detected for, say, drawing over the video as it plays. However, is it possible to mark which time ranges the video has detected trajectories, or perhaps access the frames for which there are trajectories?
With the Vision framework, is it possible to get the time ranges or frames for which the video contains trajectories?
Hello,
There is a timeRange property on each trajectory observation, is that suitable for your needs?
There is a timeRange property on each trajectory observation, is that suitable for your needs?