Voxl-logger error with 4k High-resolution, Low-light Sensor for VOXL® (Starvis IMX412 w/ M12-style Lens)
-
I trying to run voxl-logger command with 4k High-resolution, Low-light Sensor for VOXL (Starvis IMX412 w/ M12-style Lens) but some error is coming. This is the terminal output
voxl2:~$ voxl-logger --cam hires --samples 50 connected to ch 0 cam server: /run/mpa/hires/ ERROR: invalid metadata, magic number=1549557085, expected 1448040524 ERROR: invalid metadata, magic number=774977080, expected 1448040524 ERROR: invalid metadata, magic number=673126168, expected 1448040524 ERROR: invalid metadata, magic number=858796336, expected 1448040524 channel 0 reached sample limit, stopping itself ERROR: invalid metadata, magic number=657208125, expected 1448040524 summary of data logged: ch 0, type: cam, samples: 50, path: /run/mpa/hires/ created new log here: /data/voxl-logger/log0004/
Why this error is there? How to fix this ?
-
this looks like a version mismatch between services. Are all of the packages on the same repo (ie stable) and up to date?
-
@Chad-Sweet I have used both dev as well stable packages
"name": "hires", "enabled": true, "frame_rate": 30, "type": "imx214", "camera_id": 2, "preview_width": 640, "preview_height": 480, "record_width": 1920, "record_height": 1080, "snapshot_width": 3840, "snapshot_height": 2160, "ae_mode": "isp"
In the camera configuration file type of camera is "imx214". Is it correct?