---
name: Camera
title: 组件名称
category: 相机
owner: chenxiao07
---

## 注意事项

1. 并不能实现拍照和录像的功能，兼容性有问题，尽量不要使用

## 示例

```atom 基础示例
<template>
    <div class="c-container">
        内容
    </div>
</template>

<script type="config">
    {
        components: {
            'c-camera': 'components/Camera/Camera',
        }
    }
</script>
```

## API
### Props


名称 | 类型 | 默认值 | 是否必选 | 描述 | 其他
--- | --- | --- | --- | --- | ----
devicePosition | string | back | 可选 | 前置或后置，值为front,&nbsp;back | -






