ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How do i access the camera memory buffer in ueye camera without is_ImageFile() ?

asked 2016-07-15 05:27:44 -0500

findnitai gravatar image

I am using a hard float system to do real time image processing using a ueye camera. For each snapshot, i have to save the image and then read it again to start with the image processing task. Is there a way i can copy image data in the camera memory directly to a buffer in my local memory without having to write it in a particular format (bmp/jpeg) and having to read it again? I am not using openCV. I have defined the image struct using openCV format but have removed all openCV dependencies and the code works fine.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-07-15 07:48:59 -0500

kmhallen gravatar image

Have you looked at the existing packages for ueye cameras? If you can't use one of them directly, the source code may answer some of your questions.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-07-15 05:25:27 -0500

Seen: 579 times

Last updated: Jul 15 '16