Hi. I have tried to record the data through these codes luxonis/depthai-experimentstree/master/gen2-record-replay. I have two questions:
- I can record color/depth by using the following command: python record.py -fc 300 --fps 30. But when i use this command python record.py -fc 300 --fps 30 -mcap, it will generate one mcap file.
- The recorded mcap file only contains depth/compressed color, but not pointcloud.
Could you please help with these problems?