Ask Your Question
0

Opencv capture frames with a Jai GO-2400-PGE camera

asked 2017-07-16 23:58:43 -0600

WilliamC gravatar image

Hello everyone,

I've a C++ code which uses OpenCV's VideoCapture() to capture frames from camera.

The code works with my laptop's built-in webcam, but my embedded computer has an external computer connected to embedded computer's LAN by a cat-6. (Jai GO-2400-PEG camera)

It does show the external camera's IP & Mac address with Jai's Camera Control Tool, I wonder in this case do I use the camera's IP address for VideoCapture() to grab frames? And how do I do it?

Thanks in advance!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-07-17 01:50:15 -0600

kbarni gravatar image

There is a GigE camera wrapper in OpenCV which is quite limited (in device support and functionnality). You should probably use Jai's camera SDK: http://www.jai.com/en/support/jai_sdk...

Here is a longer discussion about accessing GigE cameras in OpenCV: https://stackoverflow.com/questions/3...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-07-16 23:58:43 -0600

Seen: 1,342 times

Last updated: Jul 17 '17