S32v234evb sony cam show image

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

S32v234evb sony cam show image

682 Views
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 Kudos
1 Reply

581 Views
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 Kudos