HuiminC

Results 28 comments of HuiminC

This would be a wonderful feature to have! Would that be similar to what rosbag record offers, namely --lz4 and --bz? Hope there is different compression level to choose, so...

@diablodale I would agree with you here that I observe the same thing on quite a few Series 2 units I have, installed with BNO085. The gravity vector is often...

The file that would gives error `flashError.json` ``` json { "batchName": "", "batchTime": 0, "boardConf": "", "boardCustom": "", "boardName": "", "boardOptions": 0, "boardRev": "", "cameraData": [ [ 1, { "cameraType":...

A passing json file, with only the camera slots number 0 and 1 swapped. `flashOK.json` ``` json { "batchName": "", "batchTime": 0, "boardConf": "", "boardCustom": "", "boardName": "", "boardOptions": 0,...

@Erol444 Hope this get checked through soon!

Thanks! @daxoft Let me know if you can reproduce.

Hi @daxoft , I wrote a little python script to convert the results from a calibration tool to depthai format. The generation of the json is done by the API...

I cant share the full one, but this is the main code logic: ``` python with dai.Device() as device: calibData = dai.CalibrationHandler() # calibData.setBoardInfo("BW1098OBC", "R0M0E0") # calibData.setBoardInfo("OAK-D-LITE", "R0M0E0") # eepromData...

@daxoft Any updates so far? Any more information you need, let me know.

Thanks @saching13 ! Any chance this will go into `multi_cam_support` and other custom branches sometime?