imxrt1064 camera csi565 example

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

imxrt1064 camera csi565 example

560 Views
wxingsheng
Contributor I

I am running the example code for imxrt1064 camera csi565 example. I am using the MT9M114 camera and wanted to use RGB888 instead of the RGB565 format in the example. I have changed the pixelFormat to RGB888, bytePerPixel to 3 and frameBufferKinePitch_Bytes in camera_config_t and changed the LCD pixelFormat to RGB888, but the camera is not working. It is stuck in the loop where it waits for camera to getFullBuffer after CAMERA_RECEIVER_Start(&cameraReceiver). 

The loop is

 while (kStatus_Success != CAMERA_RECEIVER_GetFullBuffer(&cameraReceiver, &activeFrameAddr)) {}

Can anyone help with this problem? Thanks!

0 Kudos
1 Reply

439 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi

First of all, sorry for the later reply.

Please check <fsl_mt9m114.c> file MT9M114 camera driver line 236 with below description:

pastedImage_1.png

The RGB888 is not supported by this camera.

Wish it helps.


Have a great day,
Mike

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos