mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
removed debug log
This commit is contained in:
parent
059cef57e6
commit
499efec5b0
@ -313,8 +313,8 @@ CvCapture_OpenNI::CvCapture_OpenNI(const char * filename)
|
||||
return;
|
||||
}
|
||||
|
||||
std::cout << context.FindExistingNode( XN_NODE_TYPE_DEPTH, depthGenerator ) << std::endl;
|
||||
std::cout << context.FindExistingNode( XN_NODE_TYPE_IMAGE, imageGenerator ) << std::endl;
|
||||
context.FindExistingNode( XN_NODE_TYPE_DEPTH, depthGenerator );
|
||||
context.FindExistingNode( XN_NODE_TYPE_IMAGE, imageGenerator );
|
||||
|
||||
if( !readCamerasParams() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user