Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

stream not working on other PC than mine?

Hi.. i'm using VS2010 and opencv to stream video from ipcamera. everything's running perfectly fine. created an installer for my program and tested : running perfectly fine.

BUT ONLY ON MY DEVELOPMENT PC!!!

when i install my program on another PC, the stream not connected but the application still running fine accept no material received. i checked how long it takes to create the connection, it seems the command myCapture.Open doesn't even try to connect bcause it only take 0.0001 sec to execute myCapture.open and immediately throws an exception that i can catch.

please show me some lights..

stream not working on other PC than mine?

Hi.. i'm using VS2010 and opencv to stream video from ipcamera. everything's running perfectly fine. created an installer for my program and tested : running perfectly fine.

BUT ONLY ON MY DEVELOPMENT PC!!!

when i install my program on another PC, the stream not connected but the application still running fine accept no material received. i checked how long it takes to create the connection, it seems the command myCapture.Open doesn't even try to connect bcause it only take 0.0001 sec to execute myCapture.open and immediately throws an exception that i can can't catch.

please show me some lights..

stream not working on other PC than mine?

Hi.. i'm using VS2010 and opencv to stream video from ipcamera. everything's running perfectly fine. created an installer for my program and tested : running perfectly fine.

BUT ONLY ON MY DEVELOPMENT PC!!!

when i install my program on another PC, the stream not connected but the application still running fine accept no material received. i checked how long it takes to create the connection, it seems the command myCapture.Open doesn't even try to connect bcause it only take 0.0001 sec to execute myCapture.open and immediately throws an exception that i can't catch.

please show me some lights..

EDIT :

yes, the target PC is IN THE SAME NETWORK. and i run VLC on that PC, it can stream the ipcamera just fine. but NOT WITH MY OWN APPLICATION.