- 
                Notifications
    You must be signed in to change notification settings 
- Fork 88
Index of Module camera
        Peter Lewis edited this page Jan 12, 2023 
        ·
        4 revisions
      
    Module: camera
Access the camera on Android, iOS and Blackberry devices.
| Function | Short Description | 
|---|---|
| (camera-start filename) | Launch the camera viewfinder and save photo to specified file | 
| (camera-start-video videofile) | Launch the video viewfinder and save video to specified file | 
| (camera-set-max-length-video l) | Set the maximum length of video to be recorded | 
To use this module, add the following files to your app folder:
<provider
    android:name="android.support.v4.content.FileProvider"
    android:authorities="@[email protected]"
    android:exported="false"
    android:grantUriPermissions="true">
    <!-- resource file to create -->
    <meta-data
        android:name="android.support.FILE_PROVIDER_PATHS"
        android:resource="@xml/file_paths">  
    </meta-data>
</provider>
<?xml version="1.0" encoding="utf-8"?>
<paths>
  <root-path name="root" path="." />
</paths>
- 
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip