Ask Your Question

tajulz's profile - activity

2020-01-13 20:55:36 -0600 received badge  Teacher (source)
2013-11-25 01:11:56 -0600 received badge  Self-Learner (source)
2013-11-25 01:06:46 -0600 answered a question stream not working on other PC than mine?

OKAY.. now i SOLVED IT!!!

it seems that VS2010's visual studio installer doesn't automatically includes opencv_ffmpeg244.dll to my installer. no warning or whatsoever when i build the project.

thanks anyways..

2013-11-24 20:04:53 -0600 commented question stream not working on other PC than mine?

bump..

hello.. can anyone help me out? i think maybe the problem related to networking.. but i don't have any clue why it's not working...

2013-11-21 20:34:50 -0600 received badge  Editor (source)
2013-11-21 20:33:28 -0600 asked a question 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.