Camera
With the camera component, you can open up your phone’s camera to take a picture.
Last updated
Was this helpful?
With the camera component, you can open up your phone’s camera to take a picture.
Last updated
Was this helpful?
You can find the Camera blocks in the Camera drawer of blocks.
You can view a video tutorial that demonstrates all of the Camera blocks here:
For each block in this drawer, you can right-click the block and select Show advanced block to see an expanded block with additional outputs. Both the simple and advanced blocks will be explained in this document.
This block will open the camera and allow the user to take a photo. The photo can then be used in the app.
photo
image
if a photo was taken, returns the photo
was cancelled
true/false
returns whether the user cancelled taking the photo
error
text
if there was an error, returns the error
Opens user camera, films from selected camera for chosen amount of time, returns video file.
Number of Seconds
Number
Set how long to record for
Using [...] Camera
Select from menu
Select camera to record with
videoFile
Video file
The recorded video footage
Error
Text
If there is an error, returns the error. Else returns NULL
Using [...] Camera
Select from menu
Select a camera to record with
video file
Video File
Returns the recorded video footage
Error
Text
If there is an error, returns the error. Else returns NULL
This block will generate a description of a given image. This block requires internet access.
This component is powered by Microsoft Azure. You can get your own server URL and subscription key for Microsoft Azure here. You can add these details to your app in the Project Settings panel, which you can access by clicking on your app icon.
description
text
description of the image
tags
list of text
returns tags used to identify the image
confidence level
number between 0 and 1
returns calculated confidence level that given description is accurate
error
text
if there was an error, returns the error
This block will scan a barcode or a QR code and return its value.
value
text
value of scanned barcode/QR code
type
text
returns whether bar code or QR code was scanned
was cancelled
true/false
returns whether the user cancelled scanning a code
error
text
if there was an error, returns the error