JPEG Image compression

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

JPEG Image compression

ソリューションへジャンプ
658件の閲覧回数
hitesh_gambhava
Contributor I

Hi,

In my application, I am using SPI camera module which is giving VGA (640x480) output in RGB or YUV format.

I want to compressed this image in JPEG format so I can send it over wireless easily. I read in i.MXRT1050 application note that this is possible. See following BD.

hitesh_gambhava_0-1697781461174.png

My question - Is this possible on i.MXRT1170 as well as both containts the PXP module for such conversion. Also, this is practical acheivable approach to do JPEG compression of the RGB or YUV image from some storage flash?

Thanks,

Hitesh

タグ(1)
0 件の賞賛
返信
1 解決策
623件の閲覧回数
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
I hope you are well.

Yes, it is possible to use jpeg library to compress an image on RT1170. Please note that this process is made by the CPU and not the PXP module.
It is possible as well to use some flash for the image source(see sd_jpeg example). You only need to make sure that Flash is not used for XIP.

Best regards,
Omar

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
607件の閲覧回数
hitesh_gambhava
Contributor I

Thank you Omar for the response and confirmation.

0 件の賞賛
返信
624件の閲覧回数
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
I hope you are well.

Yes, it is possible to use jpeg library to compress an image on RT1170. Please note that this process is made by the CPU and not the PXP module.
It is possible as well to use some flash for the image source(see sd_jpeg example). You only need to make sure that Flash is not used for XIP.

Best regards,
Omar

0 件の賞賛
返信