IMX8MP ISP Image Engine

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

IMX8MP ISP Image Engine

530 Views
Egor73
Contributor I

Hello,

I'm using ISP 4.2.2.19.0 (5.15.52_2.1.0 release). I'm trying to start Image Engine functions. Camera and Display Guide describes IF_IE_S_CFG with various modes, but when I tried to set it by modified vvext, isp_media_server returns me:

terminate called after throwing an instance of 'exc::LogicError'
what(): Engine/IE not open

0 Kudos
Reply
1 Reply

505 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

I think your misunderstanding is between what causes the exception to be thrown and the exception itself. There are exceptions that cannot be avoided even in a completely bug-free program, for example ones caused by user input. Then there are other exceptions that are clearly caused by writing logically wrong code.You should check you program, and check the following appnote:

https://www.nxp.com/docs/en/application-note/AN12060.pdf

 

Regards

0 Kudos
Reply