mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
241 B
Markdown
12 lines
241 B
Markdown
---
|
|
nav-title: "camera How-To"
|
|
title: "camera"
|
|
description: "Examples for using camera"
|
|
---
|
|
# Camera module
|
|
Using a camera requires the camera module.
|
|
<snippet id='camera-require'/>
|
|
|
|
### Taking a picture.
|
|
<snippet id='camera-take-picture'/>
|