Articles tagged: camera
Found 53 documents
- Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_PlayCanvas Of course it depends on your approach — designers may favor the online editor while programmers ...
- Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_PlayCanvas/editor Now you can check the PlayCanvas engine article if you haven't seen it yet, go back to the ...
- Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_PlayCanvas/engine Now you can continue reading the PlayCanvas editor article, go back to the Building up a basic ...
- Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_Three.js In this article we'll take you through the real basics of using Three, including setting up a ...
- Mozilla/B2G_OS/API/CameraCapabilities The CameraControl.capabilities property returns a CameraCapabilities object, which describes all ...
- Mozilla/B2G_OS/API/CameraCapabilities/effects The effects property value is an Array identifying the effects (such as normal, sepia, mono, ...
- Mozilla/B2G_OS/API/CameraCapabilities/fileFormats The fileFormats property is an Array identifying the file formats supported by the camera, such ...
- Mozilla/B2G_OS/API/CameraCapabilities/flashModes The flashModes property is an Array of strings identifying each of the flash modes supported by ...
- Mozilla/B2G_OS/API/CameraCapabilities/focusModes The focusModes property is an Array of strings identifying each of the focus modes supported by ...
- Mozilla/B2G_OS/API/CameraCapabilities/maxExposureCompensation The maxExposureCompensation property is a number that defines the maximum supported exposure ...
- Mozilla/B2G_OS/API/CameraCapabilities/maxFocusAreas The maxFocusAreas property is a number that defines the maximum number of focus areas supported ...
- Mozilla/B2G_OS/API/CameraCapabilities/maxMeteringAreas The maxMeteringAreas property is a number that defines the maximum number of metering areas ...
- Mozilla/B2G_OS/API/CameraCapabilities/minExposureCompensation The minExposureCompensation property is a number that defines the minimum supported exposure ...
- Mozilla/B2G_OS/API/CameraCapabilities/pictureSizes The pictureSizes property is an Array of objects containing the height and width properties ...
- Mozilla/B2G_OS/API/CameraCapabilities/previewSizes The previewSizes property is an Array of objects containing the height and width properties ...
- Mozilla/B2G_OS/API/CameraCapabilities/recorderProfiles The recorderProfiles property is an object with attributes for each of the supported recorder ...
- Mozilla/B2G_OS/API/CameraCapabilities/sceneModes The sceneModes property is an Array identifying each of the scene modes supported by the camera ...
- Mozilla/B2G_OS/API/CameraCapabilities/stepExposureCompensation The stepExposureCompensation property is a number that defines the exposure compensation minimum ...
- Mozilla/B2G_OS/API/CameraCapabilities/videoSizes The videoSizes property is an Array of objects containing the height and width properties ...
- Mozilla/B2G_OS/API/CameraCapabilities/whiteBalanceModes The whiteBalanceModes property is an Array of strings identifiers for each white balance mode ...
- Mozilla/B2G_OS/API/CameraCapabilities/zoomRatios The zoomRatios property is an Array of numbers representing all the supported zoom ratios. If ...
- Mozilla/B2G_OS/API/CameraControl/autoFocus This method attempts to focus the camera. If the camera is able to attempt to focus, a success ...
- Mozilla/B2G_OS/API/CameraControl/capabilities The capabilities property return a CameraCapabilities object, which describes the capabilities ...
- Mozilla/B2G_OS/API/CameraControl/effect The effect property is a string defining the effect to be used by the camera. When set, its ...
- Mozilla/B2G_OS/API/CameraControl/exposureCompensation The exposureCompensation property value is a number used to compensate the camera exposure.
- Mozilla/B2G_OS/API/CameraControl/flashMode The flashMode property value is a string that defines how the flash, if any, is to be used. When ...
- Mozilla/B2G_OS/API/CameraControl/focalLength The focalLength property value is a read-only property that returns a number that expresses the ...
- Mozilla/B2G_OS/API/CameraControl/focusAreas The focusAreas property is an Array of one or more Area objects that define where the camera ...
- Mozilla/B2G_OS/API/CameraControl/focusDistanceFar The focusDistanceFar property value is a distance in meters used with ...
- Mozilla/B2G_OS/API/CameraControl/focusDistanceNear The focusDistanceNear property value is a distance in meters used with ...
- Mozilla/B2G_OS/API/CameraControl/focusDistanceOptimum The focusDistanceOptimum property value is the distance in meters where the subject appears ...
- Mozilla/B2G_OS/API/CameraControl/focusMode The focusMode property value is a string that defines which kind of focus mode the camera should ...
- Mozilla/B2G_OS/API/CameraControl/getPreviewStreamVideoMode This method is used to configure and access a MediaStream from the camera. You use the resulting ...
- Mozilla/B2G_OS/API/CameraControl/meteringAreas The meteringAreas property is an Array of one or more Area objects that define where the camera ...
- Mozilla/B2G_OS/API/CameraControl/onClosed The onClosed property is used to set an event handler that will track when a new CameraControl ...
- Mozilla/B2G_OS/API/CameraControl/onRecorderStateChange The onRecorderStateChange property is used to set an event handler to listen to the recorder ...
- Mozilla/B2G_OS/API/CameraControl/onShutter The onShutter property is used to set an event handler for the camera's "shutter" event, to ...
- Mozilla/B2G_OS/API/CameraControl/pauseRecording The pauseRecording() method of the CameraControl interface is used to pause the recording of a ...
- Mozilla/B2G_OS/API/CameraControl/release Releases the camera so that other applications can use it. You should call this whenever the ...
- Mozilla/B2G_OS/API/CameraControl/resumePreview This method is used to resume the preview stream.
- Mozilla/B2G_OS/API/CameraControl/resumeRecording The resumeRecording() method of the CameraControl interface is used to resume the recording of a ...
- Mozilla/B2G_OS/API/CameraControl/sceneMode The sceneMode property value is a string that defines the quality of exposure to use while ...
- Mozilla/B2G_OS/API/CameraControl/setExposureCompensation This method is used to change the exposure compensation value.
- Mozilla/B2G_OS/API/CameraControl/startRecording This method is used to start recording a video file on the device; the video is stored as a 3gp ...
- Mozilla/B2G_OS/API/CameraControl/stopRecording Stops recording video on the device; you should call this at some point after calling ...
- Mozilla/B2G_OS/API/CameraControl/takePicture Captures a still image from the camera and passes it as a Blob to a success callback handler, ...
- Mozilla/B2G_OS/API/CameraControl/whiteBalanceMode The whiteBalanceMode property value is a string that defines the white balance mode to use. When ...
- Mozilla/B2G_OS/API/CameraControl/zoom The zoom property value is a number that defines the zoom factor that is to be used when taking ...
- Mozilla/B2G_OS/API/CameraManager The CameraManager interface provides access to any cameras available on the device being used.
- Mozilla/B2G_OS/API/CameraManager/getListOfCameras This method is used to get an Array of identifiers of all the cameras available on the device.
- Mozilla/B2G_OS/API/Camera_API The Camera API allows applications to manage the camera of the device. It allows them to take ...
- Mozilla/B2G_OS/API/Camera_API/Introduction Through the Camera API, it is possible to take pictures with your device's camera and upload ...
- Web/Apps/Fundamentals/gather_and_modify_data The following flowchart illustrates the typical workflow for retrieving data from the device ...