Skip to content

Commit

Permalink
add annotation for ffpmeg installation #207
Browse files Browse the repository at this point in the history
  • Loading branch information
dtotsila committed Aug 7, 2024
1 parent 455d473 commit a7662e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/docs/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,17 @@ Having multiple camera sensors is indeed possible. We can add as many cameras as
{{ADD_NEW_CAMERA_PYTHON}}
## **How do I record a video?**

In order to record a video of what the main or any other camera "sees", you need to call the function `record_video(path)` of the graphics class:
In order to record a video (1) of what the main or any other camera "sees", you need to call the function `record_video(path)` of the graphics class:
{.annotate}

1. :man_raising_hand: Make sure that you have `ffmpeg` installed on your system.
=== "C++"
{{RECORD_VIDEO_ROBOT_GRAPHICS_PARAMS}}
=== "Python"
```python
graphics.record_video("talos_dancing.mp4")
```

<!-- example not yet implemented^^ -->

Or the camera class:
Expand Down

0 comments on commit a7662e6

Please sign in to comment.