You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,15 @@ Andrioid application which allows you to record synchronized smarpthone videos w
21
21
3. Adjust exposure and ISO to your needs.
22
22
4. Press the ```record video``` button to start synchronized video recording.
23
23
24
+
#### Extraction and matching of the frames
25
+
26
+
1. Navigate to ```utils``` directory in the repository.
27
+
2. Run ```./match.sh <VIDEO_1> <VIDEO_2>```
28
+
3. Frames will be extracted to directories ```output/1``` and ```output/2``` with timestamps in filenames, output directory will also contain ```match.csv``` file in the following format:
0 commit comments