Skip to content

Commit 0d6e018

Browse files
authored
Update README.md
1 parent 5673c96 commit 0d6e018

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Andrioid application which allows you to record synchronized smarpthone videos w
2121
3. Adjust exposure and ISO to your needs.
2222
4. Press the ```record video``` button to start synchronized video recording.
2323

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:
29+
```
30+
timestamp_1(ns) timestamp_2(ns)
31+
```
32+
2433
### Our contribution:
2534
2635
- Integrated **synchronized video recording**

0 commit comments

Comments
 (0)