Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Seminar-HFO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
Seminar-HFO
Commits
f2a1319e
Commit
f2a1319e
authored
Nov 11, 2015
by
Matthew Hausknecht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated manual with video recording instructions.
parent
0bfa1d9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
doc/manual.pdf
doc/manual.pdf
+0
-0
doc/manual.tex
doc/manual.tex
+18
-0
No files found.
doc/manual.pdf
View file @
f2a1319e
No preview for this file type
doc/manual.tex
View file @
f2a1319e
...
@@ -142,6 +142,24 @@ soccerwindow2 visualizer. \\
...
@@ -142,6 +142,24 @@ soccerwindow2 visualizer. \\
\noindent
To change the logging directory:
\\
\noindent
To change the logging directory:
\\
\verb
+
> ./bin/HFO --log-dir /path/to/new/dir
+
\verb
+
> ./bin/HFO --log-dir /path/to/new/dir
+
\section
{
Making Videos
}
It is possible to make videos from logs by saving frames from
SoccerWindow2. It helps to full-screen SoccerWindow2 before making a
video as it will save higher quality images. There are also several
display options under View
$
\rightarrow
$
View Preference
$
\rightarrow
$
Show that toggle what will be displayed. Saving frames can be done by
File
$
\rightarrow
$
Save Image. To convert the saved pngs into a
movie:
\\
\noindent
\verb
+
avconv -r 10 -start_number 0 -i 3v3/image-%05d.png -f mp4 -c:v libx264
+
\\
\noindent
\verb
+
-s 1024x768 -qp 0 -vf "crop=iw/2.5:8.38*ih/10:iw/2:ih/10,transpose=1"
+
\\
\noindent
\verb
+
-pix_fmt yuv420p test.mp4
+
\\
This command autocrops offensive half of the playfield and rotates it
90 degrees. Avconv can be replaced by ffmpeg. Start number specifies
the number of the first frame. yuv420p pix format for OSX
compatibility.
\section
{
Recording
}
\section
{
Recording
}
It is possible to record the low-level state perceptions, actions, and
It is possible to record the low-level state perceptions, actions, and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment