This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OPT8241-CDK-EVM: voxelsdl-example DepthCapture capture data format and file structure?

Part Number: OPT8241-CDK-EVM

Dear Sir,

1. I had run voxelsdl-example's DepthCapture, when I used "pointcloud" type
capture data from opt8241, it's size was 1228812 bytes, but 320*240*16 = 1228800 bytes,
more than 12 bytes, is header? what is header structure?
Do other types of files has the same header?

2. when I used "-n 1 -t depth" to capture image data, Is the depth map file content
the Z-axis value of pointcloud data (X, Y, Z, I) and why is its size 614412?
If the depth file is a Z-axis value, the size of 1 frame should be 307200 bytes.