Search found 4 matches

by Jason_VV
Wed Aug 28, 2013 8:07 am
Forum: Camera SDK
Topic: Cannot connect to cameras using SDK
Replies: 6
Views: 6971

Re: Cannot connect to cameras using SDK

Thank you so much, Doug. Your suggestion really helps. Although I haven't seen the new version of Camera SDK, the cameras work well using the samples. You are right, the initialization of cameras happens almost at the same time, and it is impossible to initialize them one by one. Your code of LED in...
by Jason_VV
Wed Aug 21, 2013 3:30 pm
Forum: Camera SDK
Topic: Cannot connect to cameras using SDK
Replies: 6
Views: 6971

Re: Cannot connect to cameras using SDK

Thank you for your kind reply. Having tried time and time again, I guess I located the problem, and sorry for the last messy post. Actually, your solution did work well if I changed the sleep period to 50,000 ms. I guess it might be because of the relatively large number(16) of cameras here. Here is...
by Jason_VV
Tue Aug 20, 2013 1:16 pm
Forum: Camera SDK
Topic: Cannot connect to cameras using SDK
Replies: 6
Views: 6971

Re: Cannot connect to cameras using SDK

Thank you for your detailed answer. I tried to insert Sleep(5000), but still didn't work well. As I have 16 cameras connected by Ethernet, I think it might have longer delay. So I insert Sleep(50000) instead. This time, it shows that I connected to 15 of 16 cameras in the output, but with 0 hubs con...
by Jason_VV
Tue Aug 20, 2013 9:49 am
Forum: Camera SDK
Topic: Cannot connect to cameras using SDK
Replies: 6
Views: 6971

Cannot connect to cameras using SDK

Hi, there. I am new to Camera SDK. I am now using Prime 41 and SDK 1.2.1. The cameras are all connected by Ethernet cables, and my laptop is 32-bit Win7. All the cameras work well in Motive, while when I ran SimpleTest in SDK, it always said that no cameras are connected. I also tried to insert a lo...