21,475
社区成员
发帖
与我相关
我的任务
分享
this->camera=new QCamera(this->cameras.at(0),this);
this->camera->setViewfinder(this->cameraViewfinder);
this->mediaRecorder=new QMediaRecorder(this->camera);
this->mediaRecorder->setOutputLocation(QUrl::fromLocalFile(fileName));