(Practice 1) Camera Capture

circle-check

Example Code

(Example) Camera Capture

(Description) This is an example where the built-in camera of the HUENIT AI CAMERA captures an image and displays it on the screen.

  • The captured image data is stored in the "img" variable using the [Get value of Cam Sensor] block.

  • Then, the [Display ( ) Image] block is used to display the data stored in the "img" variable on the screen.


๐Ÿ”” Block Description

1.[Get value of Cam Sensor] Block

  • A block that retrieves image data from the camera sensor.

[Get value of Cam Sensor] Block

2. [Display ( ) Image] Block

  • A block used to display the desired information on the screen.

[Display ( ) Image] Block

Last updated