你好,
现在我想使用windows8自带的api进行摄像头使用,但是只能使用前置摄像头,在CameraCaptureUI类中我并没有找到设置默认摄像头或让用户自行调整使用摄像头的选项,这样我就不能使用后置摄像头。 请问怎么调出后置摄像头?
Hi,
因为商店应用运行在沙盒中,我们只能够通过WinRT获取摄像头的使用,但没有办法指定哪一个摄像头。这个就需要用户自己来设置了。
Aaron MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.
经过尝试,发现竟然是平板上设置开启/关闭 前置/后置摄像头.这个没有安卓方便,不能再程序中选择。或许arm芯片版本的可以?