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
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