Camera (Quarky Intellio)

Quarky Intellio Extension
Extension Description
Configure the built-in camera of Quarky Intellio directly from PictoBlox.

Introduction

The Camera (Quarky Intellio) extension allows users to control and configure the built-in camera of Quarky Intellio directly from PictoBlox. It provides blocks to turn the camera on or off, adjust camera settings, control image orientation, set focus, and capture images.

Using this extension, you can:

  • Turn the camera feed ON or OFF on the PictoBlox stage.
  • Set the camera resolution based on project requirements.
  • Adjust the image compression quality.
  • Modify camera parameters such as brightness, contrast, and saturation.
  • Enable or disable horizontal flip of the camera feed.
  • Enable or disable vertical flip of the camera feed.
  • Control the camera focus mode (single or continuous).
  • Capture and save images from the camera feed.

This extension is useful when working with Quarky Intellio’s live camera feed, image capture, and camera configuration features in interactive and vision-based projects.

Connecting Quarky Intellio with PictoBlox

Let’s begin by first connecting Quarky Intellio to PictoBlox. Follow the step-by-step instructions in the Quarky Intellio Connection Guide to establish the connection.

Refer to the guide here:Connection Guide Redirection Page

Read More

PictoBlox Blocks

This block turns the Quarky Intellio camera ON or OFF on the PictoBlox stage.
This block sets the camera output resolution. Available resolution options include: FHD (1920×1080), UXGA (1600×1200), SXGA (1280×1024), HD (1280×720), XGA (1024×768), SVGA (800×600), VGA (640×480), CIF (352×288), QVGA (320×240).
This block sets the image compression quality of the camera. The available options are High, Medium, and Low with 0 to 100.
This block modifies the selected camera parameter using a value from the dropdown between -2 and 2. It can be used to adjust brightness, contrast, and saturation.
This block enables or disables horizontal mirroring of the camera feed.
This block enables or disables vertical mirroring of the camera feed.
This block controls how the camera focuses the image. Single focus locks the focus once, while continuous focus automatically adjusts the focus to keep the image sharp as objects move or the distance changes.
This block captures a still image from the camera feed and saves it to the specified location on your device.
All articles loaded
No more articles to load

Python Functions

This function turns the Quarky Intellio camera ON or OFF on the PictoBlox stage.
Syntax: camera(‘on’)
This function sets the camera output resolution. FHD (1920×1080), UXGA (1600×1200), SXGA (1280×1024), HD (1280×720), XGA (1024×768), SVGA (800×600), VGA (640×480), CIF (352×288), QVGA (320×240).
Syntax: setframesize(‘1’)
This function sets the image compression quality of the camera. The value can be set between 0 and 100.
Syntax: setquality(‘90’)
This function modifies the selected camera parameter using a value from the dropdown between -2 and 2. It can be used to adjust brightness.
Syntax: setbrightness(‘1’)
This function enables or disables horizontal mirroring of the camera feed.
Syntax: sethmirror(‘1’)
This function enables or disables vertical mirroring of the camera feed.
Syntax: setvflip(‘1’)
All articles loaded
No more articles to load
Table of Contents