Search found 20 matches

by matteolucarelli
Mon Jun 27, 2022 2:44 pm
Forum: Nerian Support Forum
Topic: check device connection
Replies: 9
Views: 29675

Re: check device connection

Any news?
by matteolucarelli
Tue Feb 08, 2022 2:33 pm
Forum: Nerian Support Forum
Topic: check device connection
Replies: 9
Views: 29675

Re: check device connection

To be precise remains stuck in "connect" ar line 67 of Networking::connectTcpSocket
by matteolucarelli
Tue Feb 08, 2022 1:52 pm
Forum: Nerian Support Forum
Topic: check device connection
Replies: 9
Views: 29675

Re: check device connection

I've tried // Search for Nerian stereo devices DeviceEnumeration deviceEnum; DeviceEnumeration::DeviceList devices = deviceEnum.discoverDevices(); if (devices.size() <= devnum) return setError("No device %u connected",devnum); mDevice = devices[devnum]; then detach the nework and try{ inte...
by matteolucarelli
Mon Feb 07, 2022 4:01 pm
Forum: Nerian Support Forum
Topic: Get temperature
Replies: 5
Views: 12056

Re: Get temperature

Is the www API documented somewhere?
by matteolucarelli
Mon Feb 07, 2022 2:42 pm
Forum: Nerian Support Forum
Topic: check device connection
Replies: 9
Views: 29675

Re: check device connection

To check if a device is still reachable you can use the device enumeration You mean call DeviceEnumeration::DeviceList devices = deviceEnum.discoverDevices(); and check the size? "or check the time since the last frame." ok, but this works only during acquisition. What to do for to check t...
by matteolucarelli
Mon Feb 07, 2022 2:36 pm
Forum: Nerian Support Forum
Topic: modify width and height
Replies: 3
Views: 8779

Re: modify width and height

I understand the technical point but, in some application, like unsupervised remote system, is often required to apply a complete setup, to be sure that everything is unchanged, for example on start after some failure, or after having replaced some parts. By this point of view all parameters should ...
by matteolucarelli
Mon Feb 07, 2022 2:25 pm
Forum: Nerian Support Forum
Topic: Get temperature
Replies: 5
Views: 12056

Re: Get temperature

Curl could be an option if no other can do the trick
But I suggest you to add the feature in next updates

which url can be used?
by matteolucarelli
Fri Feb 04, 2022 3:41 pm
Forum: Nerian Support Forum
Topic: Get temperature
Replies: 5
Views: 12056

Get temperature

Hi,
with Scarlet and libvisiontransfer how can I read the temperatures available in the web interface?
by matteolucarelli
Fri Feb 04, 2022 3:39 pm
Forum: Nerian Support Forum
Topic: modify width and height
Replies: 3
Views: 8779

modify width and height

hi,
with Scarlet and libvisiontransfer not all the parameters are available in DeviceParameters.
For example the main format settings (width, height, binning) are not included.
How these can be read and modified?
by matteolucarelli
Fri Feb 04, 2022 3:37 pm
Forum: Nerian Support Forum
Topic: check device connection
Replies: 9
Views: 29675

check device connection

Hi, I'm working with a Scarlet and libvisiontransfer I connect the camera using DeviceEnumeration discoverDevices and store deviceinfo as from your examples. How can I check if the camera is still connected? For example if I create the device, then detach the network cable some operation freezes. Ho...