还有其他访问相机的替代方法吗?
之外,还有其他方法可以使用 ActionScript 3 访问相机吗
import flash.media.Camera;
videoInstance.attachCamera(cameraInstance);
除了
或者我应该使用任何 API ?如果是这样,请向我推荐任何合适的 API 以及一些教程(如果可能)。
非常感谢您的帮助。 。 。
我之前关于相机的帖子是
如何提高相机的质量使用AS3?
Is there any other way to access the camera using ActionScript 3 other than
import flash.media.Camera;
videoInstance.attachCamera(cameraInstance);
Or should I use any API s? If so, please suggest me any API suitable and some tutorials if possible.
Thank You very much for helping. . .
My previous post on Camera is
How to increase the Quality of the camera using AS3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您需要更好的相机质量...请查看此 ActionScript Mobile Flex 项目。
这是主文件
If you need better Camera quality... check this ActionScript Mobile Flex Project.
This is the main file