-
-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have tried the ip setting function, without error, but the ip has not set correctly #863
Comments
I read one of the solution: |
I use python package ipaddress to convert ip address to int, and set the camera with the following code, but the ip of camera still 192.168.100.3 |
Hi, Are you able to use the camera and get a video stream in arv-viewer ? |
When I set the ip by the software provide by the camera manufacture correctly, I can get image from arv-viewer |
Did you try arv-tool ? For example:
|
it shows read_memory timeout |
My computer ip is 192.168.100.2 when I set the camera ip 192.168.100.6,it shows: All the situation, the camera ip is not changed |
Describe the bug
I use the follow code to set gigEcam IP
ArvCamera *camera;
ArvBuffer *buffer;
GError *error = NULL;
while, the IP did not change, I check the cam ip from the camera manage software provide by the manufacturer.
How to set the IP and how to print it out?
Thanks a lot.
Expected behavior
A clear and concise description of what you expected to happen.
Camera description:
Platform description:
The text was updated successfully, but these errors were encountered: