Search found 8 matches

by Matthias
Thu Apr 17, 2014 7:51 am
Forum: Camera SDK
Topic: Camera SDK 1.5 and S250e
Replies: 8
Views: 8746

Re: Camera SDK 1.5 and S250e

Thanks for testing this. What a bummer. I didn't see this reply earlier so I submitted the issue again yesterday. For some reason the forum does not send me notification emails. Anyway, if you have any suggestions on how to debug the problem I am all ears. Is there a way to get some verbose debug ou...
by Matthias
Thu Apr 17, 2014 7:43 am
Forum: Camera SDK
Topic: Camera SDK 1.5 and camera health interface
Replies: 4
Views: 5235

Re: Camera SDK 1.5 and camera health interface

Ok, thanks for the update and info. I'll stick with my workaround then for the time being.
by Matthias
Fri Apr 11, 2014 11:27 am
Forum: Camera SDK
Topic: Camera SDK 1.5 and S250e
Replies: 8
Views: 8746

Re: Camera SDK 1.5 and S250e

So it looks like it has something to do with the managed environment I am running in. I am trying to reproduce this in a stripped down project and send it to you for evaluation.
by Matthias
Thu Apr 10, 2014 2:38 pm
Forum: Camera SDK
Topic: Camera SDK 1.5 and S250e
Replies: 8
Views: 8746

Re: Camera SDK 1.5 and S250e

Thanks for the update. I've been playing with it some more as well and I've got the above test code working now, though a little inconsistent. Not sure why, VS2013 upgrade or change in NIC settings or something. However my actual application still has the problem consistently. I will keep experiment...
by Matthias
Wed Apr 09, 2014 10:59 am
Forum: Camera SDK
Topic: Camera SDK 1.5 and S250e
Replies: 8
Views: 8746

Re: Camera SDK 1.5 and S250e

Hey guys,
any progress on this issue?

Matthias
by Matthias
Thu Mar 27, 2014 11:37 am
Forum: Camera SDK
Topic: Camera SDK 1.5 and S250e
Replies: 8
Views: 8746

Camera SDK 1.5 and S250e

Hi, I ran into another issue with the Camera SDK 1.5 and the S250e camera. It is only recognized on first connect. After disconnecting and reconnecting it, the SDK will no longer recognize it. This problem does not occur with the V120:SLIM. Here is some sample code: int main(int argc, char* argv[]) ...
by Matthias
Wed Mar 26, 2014 10:59 am
Forum: Camera SDK
Topic: Camera SDK 1.5 and camera health interface
Replies: 4
Views: 5235

Re: Camera SDK 1.5 and camera health interface

So I did some more research on this and I found that the HealthItem is only valid if Indicated() returns true. I was able to verify this by causing an Aggregation Overflow which also shows correctly using visualtest.exe. The real issue here now appears to be that 1.5 never reports an indicated Frame...
by Matthias
Tue Mar 25, 2014 12:43 pm
Forum: Camera SDK
Topic: Camera SDK 1.5 and camera health interface
Replies: 4
Views: 5235

Camera SDK 1.5 and camera health interface

Hi, I just upgraded our system from the SDK version 1.1.6 to 1.5 and noticed the camera health interface has changed. I could not find any samples or documentation so I just experimented with what's there. I had no luck with attaching a cHealthMonitorListener, but I can use HealthMonitor::HealthItem...