The CSV import tool includes two optional fields transformation and tile_id which specify the desired behavior. For example, these are the values for those fields when splitting a 360 degree fisheye video into 4 dewarped streams:
All of the split streams must share the same mac_address, which is typically no problem since they all come from the same physical camera with a single network interface card.
transformation
The currently allowed values are:
- fisheye_dewarp_split_quad : splits 360 degree fisheye video into 4 dewarped streams.
- split_quad : splits tiled video into 4 streams.
tile_id
The currently allowed values are:
- top-left
- top-right
- bottom-left
- bottom-right
Comments