It is possible to record video in TDW in one of two ways: Internally, using a standard controller + build setup, and with an external video recording application. This tutorial will cover both of these options.
If you haven't done so already, we recommend you read the documentation for visual perception and camera controls.
Most video capture techniques involve using ffmpeg. To install:
- Ubuntu:
sudo apt install ffmpeg
- OS X:
sudo brew install ffmpeg
- Windows: download the latest build of ffmpeg. Then, add ffmpeg to the path environment variable.
To verify that ffmpeg is installed, open a terminal, type ffmpeg
, and press enter.
Next: Image-only video