Hello sir,
I was trying to integrate Bosch NTI-50022-A3 camera model two way audio(Audio out) feature with my c# application. I have downloaded the Bosch SDK from bosch website, using which i have implemented two way audio(Audio out) in my application.
For now everything runs fine i am able to listen audio output on camera from my laptop, but the problem arises when i have started audio out form my application and at the same time i have disabled my Microphone form windows sound control. In this case my whole application hanges(Not responding state).
I have inspected the cause of application hanging in visual studio 2013 and i found that the cause for the application not responding was due to audioOutput.SetStream(null) method.
I have also tried the c# application which i have downloaded from bosch website and in that case too SDK application hangs on audioOutput.SetStream(null) when i have Disabled microphone from windows sound control.
I want to know that, how i can avoid my application form going into not responding state if i have disabled microphone while Audio Out.
Thankyou!