ISI Capture RAW8 Camera on IMX8MP

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ISI Capture RAW8 Camera on IMX8MP

770 Views
guffigubber
Contributor II

Hi

I need to capture a RAW8 camera.
To do this, I need to make some changes.

in imx8-isi-fmt.c

{
.name = "SBGGR8",
.fourcc = V4L2_PIX_FMT_SBGGR8,
.depth = { 8 },
.color = MXC_ISI_OUT_FMT_RAW8,
.memplanes = 1,
.colplanes = 1,
.align = 1,
.mbus_code = MEDIA_BUS_FMT_SBGGR8_1X8,
},

in imx8-isi-cap.c

 
, {
.name = "SBGGR8",
.fourcc = V4L2_PIX_FMT_SBGGR8,
.depth = { 8 },
.memplanes = 1,
.colplanes = 1,
.align = 1,
}

 

Is it correct? 
Thank you!

IMX8MPLUS 

 

 

 

Tags (1)
0 Kudos
Reply
2 Replies

734 Views
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

Correct,

Regards

0 Kudos
Reply

743 Views
guffigubber
Contributor II
Kernel 6.1.36

Camera send frame after power enable.
0 Kudos
Reply