MCPcopy Create free account
hub / github.com/andybarry/makerscanner / IsCaptureEnabled

Method IsCaptureEnabled

camview.cpp:84–88  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////// Method: Is Capture Enabled Class: CCamView Purose: check if camera is initialized Input: nothing Output: bool yes/no ///////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

82// Output: bool yes/no
83////////////////////////////////////////////////////////////////////
84bool CCamView::IsCaptureEnabled( )
85{
86// return( m_pCamera->IsInitialized( ) );
87 return( 1 );
88}
89
90////////////////////////////////////////////////////////////////////
91// Method: OnPaint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected