ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Image quality IMX678 VS IM412

    Image Sensors
    2
    2
    402
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mark
      last edited by

      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
      IMX678 image:
      687_22.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"
      		}]
      }
      
      1 Reply Last reply Reply Quote 0
      • modaltbM
        modaltb ModalAI Team
        last edited by

        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).

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors