Windows Mobile camera capture issue with DirectShow
        Posted  
        
            by user1112111
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1112111
        
        
        
        Published on 2010-05-17T12:27:44Z
        Indexed on 
            2010/05/17
            12:30 UTC
        
        
        Read the original article
        Hit count: 330
        
I wrote a C# application that uses DirectShow to allow users to take photos with the camera attached to a Windows Mobile 6 phone.
The problem I spotted out is that the preview functionality stops working after a period of not using it.
How could I determine what's causing this ? Is there a timeout in Windows registry that tells how much time the camera should stay on ? This is very strange as my code runs perfect when turning on/off the camera quickly enough (i.e. not letting the camera off more than ~15 seconds).
© Stack Overflow or respective owner