Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

getting distance and capturing image

Stav_S_Intel
Employee
1,696 Views

Hi,

I would like to use the Euclid to stop in a specific distance from an object and capture an image. can you direct me on how to get distance information and maybe show me a sample where capture image is used?

Regards,

Stav

0 Kudos
1 Solution
Bolous_A_Intel
Employee
803 Views

Hello,

I am posting a short tutorial & samples that show 2 different ways for obtaining or capturing camera images.

Please view the guide, and if you have any questions please share them here.

By the way, and this is not in the document, the Cameras node in Euclid publishes images to the topic /camera/color/image_raw.

So you can use the rossub.py demo to hook into these captured images.

If you don't want to use ROS, you can install pyrealsense as described in the tutorial and use rospub.py without publishing the images.

Best wishes,

Bolous

View solution in original post

0 Kudos
1 Reply
Bolous_A_Intel
Employee
804 Views

Hello,

I am posting a short tutorial & samples that show 2 different ways for obtaining or capturing camera images.

Please view the guide, and if you have any questions please share them here.

By the way, and this is not in the document, the Cameras node in Euclid publishes images to the topic /camera/color/image_raw.

So you can use the rossub.py demo to hook into these captured images.

If you don't want to use ROS, you can install pyrealsense as described in the tutorial and use rospub.py without publishing the images.

Best wishes,

Bolous

0 Kudos
Reply