# Voxl-logger error with 4k High-resolution, Low-light Sensor for VOXL® (Starvis IMX412 w/ M12-style Lens)

Source: https://forum.modalai.com/topic/1723/voxl-logger-error-with-4k-high-resolution-low-light-sensor-for-voxl-starvis-imx412-w-m12-style-lens
Category: VOXL 2 and VOXL 2 Mini (https://forum.modalai.com/category/26/voxl-2-and-voxl-2-mini)
Tags: voxl-2
Posted: 2023-01-20 11:15:43 UTC by Tamas Pal 0
Replies: 2 · Views: 652

## Tamas Pal 0 · 2023-01-20 11:15:43 UTC

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 ?

## Reply by Chad Sweet (ModalAI staff) · 2023-01-23 16:31:39 UTC

this looks like a version mismatch between services. Are all of the packages on the same repo (ie stable) and up to date?

## Reply by Tamas Pal 0 · 2023-01-25 09:26:33 UTC (in reply to Chad Sweet)

@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?
