Opencv capture frames with a Jai GO-2400-PGE camera
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!