camera.cpp
上传用户:xiaochan9
上传日期:2022-04-30
资源大小:673k
文件大小:0k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. // camera.cpp : Defines the entry point for the console application.
  2. //
  3. #include "stdafx.h"
  4. int _tmain(int argc, _TCHAR* argv[])
  5. {
  6. return 0;
  7. }