Skip to content

Commit c6e8b61

Browse files
Write some rules about depth cameras
1 parent 1aefb1f commit c6e8b61

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/integration-handbook.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,17 @@ Here you can read the requirements and restrictions that apply to every sensor.
8585
Every vehicle can have a maximum of 2 camera sensors.
8686
These camera(s) can be placed anywhere on the vehicle that would be allowed by FSG 2020 rules.
8787
The camera body dimensions are a 4x4x4 cm cube with mounting points at any side except the front-facing side.
88+
You can have both rgb and depth camera's as described in the [camera docs](camera.md).
8889

89-
All camera sensors output uncompressed RGBA8 images at 30 FPS.
90+
All RGB camera sensors output images at around 20 FPS, depth camera's images will be published at around 5 FPS.
9091
You can choose the resolution of the camera(s).
91-
In total, the camera’s can have 1232450 pixels.
92+
In total, the camera’s can have 1232450 pixels.
9293
Every dimension (width or height) must be at least 240px and no greater than 1600px.
9394
The horizontal field of view (FoV) is configurable for each camera and must be at least 30 degrees and not be greater than 90 degrees.
9495
The camera's auto exposure, motion blur and gamma settings will be equal for all teams.
9596

97+
The resolution for a single depth camera can be no larger then 1280 width x 720 height.
98+
9699

97100
### Lidar
98101
A vehicle can have between 0 and 5 lidars.

0 commit comments

Comments
 (0)