注册

教你如何调用设备Camera

示例展示了CADevice中camera的基本用法,我们在最基本的HelloWorld界面上添加一个按钮,用于打开相机,之后我们使用相机拍摄一张照片,并把照片设为背景,用法非常简单。

void FirstViewController::OpenCameraNow(CAControl* btn, CCPoint* point)
{
CADevice::openCamera(this);
}
void FirstViewController::getSelectedImage(CAImage *image)
{
imageView->setImage(image);
}效果图:









已邀请:
这个好,看看瞧 我正需要

要回复问题请先登录注册