| Author |
Message |
Kiran Dasgupta
Guest
|
Posted:
Fri Nov 18, 2005 5:30 pm Post subject:
Encoder Application Crash |
|
|
I am using Microsoft Window Media Encoder 9 in my .Net(C#) application.
Whenevet the camera is left ON by previous application, I am getting
exception error message "One or all of the specified sources are not working
properly. Check that the sources are configured correctly." with HResult =
-1072882806/ COMPlusExceptionCode = -532459699 whenever the application
tries to initialize the encoding session(PrepareToEncode(true)) . Is there a
way to check the status of the device before it hits the exception? Please
help.
Thanks.
|
|
| Back to top |
|
 |
raghu
Guest
|
Posted:
Sat Nov 19, 2005 1:30 pm Post subject:
Re: Encoder Application Crash |
|
|
Kiran Dasgupta wrote:
| Quote: | I am using Microsoft Window Media Encoder 9 in my .Net(C#) application.
Whenevet the camera is left ON by previous application, I am getting
exception error message "One or all of the specified sources are not working
properly. Check that the sources are configured correctly." with HResult =
-1072882806/ COMPlusExceptionCode = -532459699 whenever the application
tries to initialize the encoding session(PrepareToEncode(true)) . Is there a
way to check the status of the device before it hits the exception? Please
help.
Thanks.
|
Hi Kiran How r u. i think u should try to run your application on
another system, because this is not your application problem, actualy
if any application using camera and again another application apply
for the same resources then first will continously run while second
application will not perform camera functionality. Actualy same
circumstances working fine on my PC in VC++. if u still face any
problem then u can mail me again. ok bye..... |
|
| Back to top |
|
 |
Kiran Dasgupta
Guest
|
Posted:
Mon Nov 21, 2005 9:30 pm Post subject:
Re: Encoder Application Crash |
|
|
Raghu,
Thanks for your response. In your example, I am the second application, and
need to check if the video device is available for my use or being used by
any other application. Is there a way I could check that?
Kiran
|
|
| Back to top |
|
 |
|
|
|
|