int _stdcall new_camera(CAMERA_DESC * desc);
desc:[in],The describe of a camera
>= 0: Success, return a handle of the camera.
< 0: Fail, return a error number.
Register a new camera handle, it must be called to get a handle before calling other interface about access the camera.