Ask Your Question

JohnA's profile - activity

2013-12-06 12:22:56 -0600 asked a question Crash in cvtColor after running for ~30 minutes

Hi,

I have a set up with three cameras. Each frame first gets demosaiced before further image processing is applied: After some time I get this crash: http://i.imgur.com/IgSWIzM.png (note resgiter esi is 0x280, resulting in an access vioaltion. The value is consistently 0x280.)

This consistently happens after ~30 minutes of running.

I have traced back in the binary and believe this is somewhere inside cvtColor... my code which calls cvtColor is: cvtColor(mImages[i], imBGR, CV_BayerGB2BGR);

Has anyone come across something like this before? Can anyone help me debug this?

Thanks,

John