Namespace : AL
#include <alproxies/alvisiontoolboxproxy.h>
See also
Indicates if NAO’s active camera is in backlighting conditions.
Returns: |
|
---|
Optional : prepares camera for shooting (like the auto-focus on standard and digital cameras)
Tell if NAO’s is in a dark environment.
Returns: |
|
---|
Returns: |
|
---|
Shows logs related to ALVisionToolboxProxy::takePictureRegularly.
Parameters: |
|
---|
Set white balance by using NAO’s white hands as reference. A call to this method makes NAO move his arm.
Parameters: |
|
---|
Start recording a video. The .avi video is stored on the robot in the “/home/nao/.local/share/naoqi/share/naoqi/vision” folder. The record should be stopped by calling ALVisionToolboxProxy::stopVideoRecord. Resolution: 320*240, MJPG format, frame rate ~10-15 fps.
Note
Only one record at a time can be made.
param videoName: | |
---|---|
Name of the video file to be recorded |
Start recording a video, with advanced options. Please note that only one record at a time can be made.
Parameters: |
|
---|
Stop an instance of ALVisionToolboxProxy::takePictureRegularly.
Parameters: |
|
---|
Stop a video record that was launched with ALVisionToolboxProxy::startVideoRecord or ALVisionToolboxProxy::startVideoRecord_adv. The function returns the number of frames that were recorded, as well as the video absolute path.
Returns: | Array of two elements [numRecordedFrames, recordAbsolutePath] |
---|
Shoot 3 successives pictures and place them in the “/home/nao/.local/share/naoqi/share/naoqi/vision” folder.
Note
The call to this method can be shortened by calling ALVisionToolboxProxy::halfPress before.
Shoot regularly a picture to follow NAO’s evolution in his environment. Up to 8 instances for this blocking function can be launched, as long as pathAndNameRoot and/or imageRecordFormat parameters are different between two instances.
Parameters: |
|
---|