# Image quality IMX678 VS IM412

Source: https://forum.modalai.com/topic/2098/image-quality-imx678-vs-im412
Category: ESCs, Sensors and Accessories (https://forum.modalai.com/category/15/escs-sensors-and-accessories)
Tags: image-sensor
Posted: 2023-04-26 13:18:52 UTC by mark
Replies: 1 · Views: 875

## mark · 2023-04-26 13:18:52 UTC

Hello, We recently started working with the new IMX678 camera, but we have notices it has more noise when compared to the IMX412, and also the images seem to have a green tint over them. Is this something that is known, or are we maybe missing a setting in the camera server config for the IMX678. We have them both configures as IMX214 images sensors in the camera server config. (we use system image 1.5.5)
IMX412 image:
![412_22.jpg](https://forum.modalai.com/assets/uploads/files/1682514755651-412_22-resized.jpg) 
IMX678 image:
![687_22.jpg](https://forum.modalai.com/assets/uploads/files/1682514909376-687_22-resized.jpg) 
```
{
	"version":	0.1,
	"cameras":	[{
			"name":	"tracking",
			"enabled":	true,
			"frame_rate":	30,
			"type":	"ov7251",
			"camera_id":	2,
			"ae_mode":	"lme_hist",
			"ae_desired_msv":	60,
			"ae_k_p_ns":	1000,
			"ae_k_i_ns":	0,
			"ae_max_i":	250
		}, {
			"name":	"hires",
			"enabled":	true,
			"frame_rate":	3,
			"type":	"imx214",
			"camera_id":	1,
			"preview_width":	3840,
			"preview_height":	2160,
			"record_width":	1920,
			"record_height":	1080,
			"snapshot_width":	3840,
			"snapshot_height":	2160,
			"ae_mode":	"off"
		}, {
			"name":	"hires2",
			"enabled":	true,
			"frame_rate":	15,
			"type":	"imx214",
			"camera_id":	0,
			"preview_width":	3840,
			"preview_height":	2160,
			"record_width":	1920,
			"record_height":	1080,
			"snapshot_width":	3840,
			"snapshot_height":	2160,
			"ae_mode":	"off"
		}]
}
```

## Reply by modaltb (ModalAI staff) · 2023-04-26 17:24:39 UTC

Hi @mark ,

At this time there's nothing in the config file that can alter the color, but we are attempting to get color tuning going such that we can tweak these settings.  Right now it's not something we know how to do quickly (yet!), so please bear with us while we get to this (although it's likely over summer time frame).
