/////////////////////////////////////////////////////////////// Method: Is Capture Enabled Class: CCamView Purose: check if camera is initialized Input: nothing Output: bool yes/no ///////////////////////////////////////////////////////////////
| 82 | // Output: bool yes/no |
| 83 | //////////////////////////////////////////////////////////////////// |
| 84 | bool CCamView::IsCaptureEnabled( ) |
| 85 | { |
| 86 | // return( m_pCamera->IsInitialized( ) ); |
| 87 | return( 1 ); |
| 88 | } |
| 89 | |
| 90 | //////////////////////////////////////////////////////////////////// |
| 91 | // Method: OnPaint |
nothing calls this directly
no outgoing calls
no test coverage detected