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.