Capture the output display of a robot skill and send it to a camera device.
How to add the Robot Skill To Camera robot skill
- Load the most recent release of ARC (Get ARC).
- Press the Project tab from the top menu bar in ARC.
- Press Add Robot Skill from the button ribbon bar in ARC.
- Choose the Camera category tab.
- Press the Robot Skill To Camera icon to add the robot skill to your project.
Don't have a robot yet?
Follow the Getting Started Guide to build a robot and use the Robot Skill To Camera robot skill.
How to use the Robot Skill To Camera robot skill
Capture the output display of a robot skill and send it to a camera device. Specify the robot skill to capture, and it will send the video to the selected camera device.The Ultrasonic Radar Scan area is captured in this screenshot below and sent to the Camera Device as a video stream.

Usage
- You will need a camera device added to the project. Select the camera device from the configuration menu.
- In the camera device, select the Custom option in the device list. Then press the start button.
Configuration

Camera Device
- The camera device that the video capture will be streamed to.
FPS
- The frames per second rate that the video will be captured. A lower frame rate will reduce CPU usage.
Robot Skill
- The robot skill in capturing the stream from
Area Preview
- This is the preview of the video stream that will be sent to the camera device. Use the Left/Top/Width/Height sliders on the right to fine-tune the capture area.
1. Image flickers, this is not the case in the other skill (Screen To Camera).
Skill robot skill To Camera:
Skill Screen To Camera:
2. Context menu, add ControlCommand, single quotes are missing here.
Code:
This is the case for both skills
.
1, 2 and 5 fps
Have to install a screencapter program for videos :-) (Edit, hmm, Screen Recorder, ahhh .....)
As long as EZ-B is off, nothing wobbles...
yes, I have less than 250ms, I have to check, I'll keep testing...
This robot skill re-renders the control for every frame, catching the radar image only partially drawn.
There is a workaround...
- lower the radar scan speed (i.e., to 250ms)
- increase the increment speed to 10 or something, which will give you a similar sweep speed
- lower the fps to 2 or 4 to match the 250ms scan speed
I use the other skill for that, everything fits. it's totally ok for me..