如何使用AS3提高相机的质量?
我正在尝试基于网络摄像头的应用程序。我这样开始编写代码:
import flash.media.Camera;
import flash.media.Video;
var cam:Camera = Camera.getCamera();
a.vid1.attachCamera(cam);
a.vid1.smoothing = true;
我的问题是视频的质量。 我使用的是 iMac 机器,其相机质量很好。 有什么方法可以提高相机输出的质量吗?
感谢您的帮助。
I'm trying for a webcam based application. I started the code like this:
import flash.media.Camera;
import flash.media.Video;
var cam:Camera = Camera.getCamera();
a.vid1.attachCamera(cam);
a.vid1.smoothing = true;
My problem is that the quality of the video.
Im using an iMac machine, in which camera quality is good.
Is there any way to increase the quality of the camera output?
Thanks for the help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是示例代码
Here is a sample code
使用
setQuality()
Use
setQuality()