i.MX 8 QM will support dynamic resolution for MIPI device

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

i.MX 8 QM will support dynamic resolution for MIPI device

401 次查看
shrithi
Contributor I

Hi everyone,

I have a custom board embedded in imx8qm and main purpose is to capture and receive the video data from MIPI TX IP(FPGA) and store it in a file. In this I need to test dynamic resolution. Whether imx8qm RX MIPI will support dynamic resolution? If support, how I can store the different resolution data in the file? Whether I have to store it in different files or single file?

Thanks,
Shrithi

0 项奖励
回复
3 回复数

369 次查看
joanxie
NXP TechSupport
NXP TechSupport

I'm not sure of what you mean, do you need read different resolution from file via hdmi rx?

0 项奖励
回复

348 次查看
shrithi
Contributor I

I have to capture the video data coming from MIPI TX using MIPI RX and store it in file. 

Example:

* Run the gstreamer command to store the video data in file
gst-launch-1.0 v4l2src device=/dev/video1 ! 'video/x-raw,format=(string)RGB,width=3072,height=3072,framerate=(fraction)10/1' ! filesink location=test.raw

* Change the resolution to 1536x1536(dynamic change) and store the data in file. 

标记 (1)
0 项奖励
回复

340 次查看
joanxie
NXP TechSupport
NXP TechSupport

you just can capture different resolution data in the different files

0 项奖励
回复