If camera don't have video the Thread gets stuck

Hello all,

I have one problem with MilestoneDirectShow, if one video camera don’t have video when i try to get video the Thread gets stuck

This error occour when i add Source to the graph if don’t receive video this don’t show any error and don’t continue the program execution.

// Create the Milestone filter and add it to the graph

printf(“Graph successfully created, adding Milestone source filter, please wait…”);

hr = pGraph->AddSourceFilter(url, L"MyMilestoneSource", &pMilestone);

ON_ERR(“Could not add Milestone source filter to graph.”);

The example is DirectShowHelloMilestone_C++.

Existe other possibility to make this ?

Thanks for your attention best Regards

Is this by any chance related to the non-working login you mentioned in your other post (https://mymilestone.force.com/support/_ui/chatter/service/ChatterAnswersUi?id=90620000000H3mkAAC)?

This problem don’t have any connection with the login problem.

I have this problem in Milestone Corporate and professional and in Professional the login works correctly and the result is the same.

Best Regards

Louis,

this gets too complicated for a Forum discussion. Please create a support case with Milestone Technical Support and provide:

  • a good description
  • a Wireshark trace of the communication between your application and the Image Server
  • a memory dump of your application (you can make a memory dump using the Task Manager - pls make sure you use the 32-bit Task Manager if your program is 32 bit)

Regards,

Torsten