[FEATURE] Process frames, process the frames and extracting meta data
ramdhan1989 opened this issue · 8 comments
I have .ts file recorded by drone. I would like to run my python script for object detection for each frame in the .ts video file. Currently, I am using opencv capture to read the frames. cv2.cv.CV_CAP_PROP_FRAME_COUNT returns 37082302. meanwhile, it only around 5000 frames in the end of looping. There must be other data in .ts file since the difference is huge (37082302 vs 5000 frames). I need to detect object as well as get the meta data associated with each frame. I wonder if this package could help my problem ?
thank you
Yes, but you would have to implement automatic object detection. Right now only the object tracking is implemented based on an area selected by the user
is it possible to extract automaticaly for all frames into one csv file ?
Possible but not implemented