GStreamer Video Analytics (GVA) Plugin
|
Files | |
file | region_of_interest.py |
This file contains gstgva.region_of_interest.RegionOfInterest class to control region of interest for particular gstgva.video_frame.VideoFrame with gstgva.tensor.Tensor instances attached. | |
file | tensor.py |
This file contains gstgva.tensor.Tensor class which contains and describes neural network inference result. | |
file | video_frame.py |
This file contains gstgva.video_frame.VideoFrame class to control particular inferenced frame and attached gstgva.region_of_interest.RegionOfInterest and gstgva.tensor.Tensor instances. | |