Add video file to event data.
This commit is contained in:
parent
03cae9d2f2
commit
9493e99587
|
@ -227,6 +227,7 @@ protected:
|
|||
char path[PATH_MAX];
|
||||
int n_frames;
|
||||
FrameData *frames;
|
||||
char video_file[PATH_MAX];
|
||||
};
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue