Hi Luciano,
> I am trying to work a Prosilicat gigabit ethernet camera with opencv-cell.
> Now, everything works, except that when I try to acquire a frame from the
> camera using any of the SPE, I get my system crash with a error in
> spe_allocator.c:
I tried some test with web camera, and tests work fine.
I don't know about 'prosilica g750' and gigabit ether camera,
so, I can't guess cause of your error.
According to 'SPE_Runtime_Management_API_v2.2.pdf',
Stopping of SPE with error code 'SPE_RUNTIME_FATAL' means
fatal operating system errors is occured.
And, according to sources of libspe2,
stopinfo means 'errno' when stop with SPE_RUNTIME_FATAL.
In other words, 'spe_runtime_fatal=4' means
SPU is stopped with EINTR, but I don't know about it well.
When I have more infomation, I may understand your problem.
Would you check what API is broken, and please tell me more information
about passed image, such as width, height, channel and step.
Regards,
--
Takashi<nak...@fi...>
|