S32v234evb sony cam show image

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

S32v234evb sony cam show image

774 次查看
alan13341313
Contributor I

In demo project isp_sonyimx224_csi_dcu is there a way for me get a instant image on computer while running demo on s32v234evb

for(;;)
{
lFrame = arContext.mpGrabber->FramePop();
if(lFrame.mUMat.empty())
{
printf("Failed to grab image number %u\n", arContext.mFrmCnt);
arContext.mError = true;
break;
} // if pop failed

arContext.mFrmCnt++;


lDcuOutput.PutFrame(lFrame.mUMat);   //Can I put imshow in this loop and show only once of lFrame.mUMat

.....

I tried but I cant. I need to do this in order for me to know what the code is going on.

0 项奖励
回复
1 回复

673 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

what is your EVB? Normally can be image seen on HDMI display or on LCD panel connected to EVB. Is there any error message in console when you started demo? 

Jiri 

0 项奖励
回复