Search found 20 matches

by matteolucarelli
Thu Feb 09, 2023 9:11 am
Forum: Nerian Support Forum
Topic: Segfault on AsyncTransfer
Replies: 2
Views: 2798

Re: Segfault on AsyncTransfer

It works,
thank you
by matteolucarelli
Fri Feb 03, 2023 4:05 pm
Forum: Nerian Support Forum
Topic: Segfault on AsyncTransfer
Replies: 2
Views: 2798

Segfault on AsyncTransfer

Hi,
I've implemented a more parametric server simulator starting from your example
When one image in the imageset is set to FORMAT_12_BIT_MONO (to simulate disparity data)
it segfault on sendImageSetAsync with no other information.

That's for libvisiontransfer 10.3.0 as well as previous versions
by matteolucarelli
Wed Jul 06, 2022 7:00 am
Forum: Nerian Support Forum
Topic: Minor bugs of Scarlet v3.0.0 http interface
Replies: 3
Views: 4629

Re: Minor bugs of Scarlet v3.0.0 http interface

If you click on "Adv Auto Exposure" and then on any other page the browser warn you about unsaved changes.
That's even if you have made no changes at all.
That's annoying and doesn't sound right.
by matteolucarelli
Tue Jul 05, 2022 2:37 pm
Forum: Nerian Support Forum
Topic: check device connection
Replies: 9
Views: 8427

Re: check device connection

I've downloaded the beta version but is unclear how to check connection
by matteolucarelli
Tue Jul 05, 2022 2:21 pm
Forum: Nerian Support Forum
Topic: Store and restore settings
Replies: 1
Views: 3377

Store and restore settings

There's a way to store and reload all camera settings using API?
by matteolucarelli
Tue Jul 05, 2022 1:25 pm
Forum: Nerian Support Forum
Topic: Bug in parameter_example
Replies: 1
Views: 3424

Bug in parameter_example

$ ./parameter_example Discovered devices: 192.168.10.10; Scarlet; 3.0.0; compatible Current Parameters ================== Operation mode: 2 Disparity offset: 0 Stereo P1 edge: 3 Stereo P2 edge: 22 Stereo P1 no edge: 14 Stereo P2 no edge: 65 Stereo edge sensitivity: 234 Mask border pixels: true Consi...
by matteolucarelli
Tue Jul 05, 2022 10:41 am
Forum: Nerian Support Forum
Topic: Minor bugs of Scarlet v3.0.0 http interface
Replies: 3
Views: 4629

Minor bugs of Scarlet v3.0.0 http interface

Updated Scarlet to 3.0.0 Using Google Chrome Version 103.0.5060.53 (Official Build) (64-bit) on 1Gb interface with jumbo frames enabled, - When leave some pages browser asks "Leave site? Changes you made may not be saved" even if no changes has been made - same when press "Save and ap...
by matteolucarelli
Mon Jul 04, 2022 1:33 pm
Forum: Nerian Support Forum
Topic: libboost required on v10.0.0
Replies: 3
Views: 4452

Re: libboost required on v10.0.0

yes, also your line works
by matteolucarelli
Mon Jul 04, 2022 9:34 am
Forum: Nerian Support Forum
Topic: version mismatch of Scarlet Manual
Replies: 1
Views: 3386

version mismatch of Scarlet Manual

Just downloaded new scarlet manual: scarlet_manual_v1_2.pdf
First page says "(v1.3) July 30, 2022"
by matteolucarelli
Mon Jul 04, 2022 9:27 am
Forum: Nerian Support Forum
Topic: libboost required on v10.0.0
Replies: 3
Views: 4452

libboost required on v10.0.0

Compile libvisiontransfer v10.0.0 on RedHat 8 [ 83%] Linking CXX executable pcl_example /usr/bin/ld: CMakeFiles/pcl_example.dir/pcl_example.cpp.o: undefined reference to symbol '_ZN5boost6system16generic_categoryEv' Need to modify line 102 of CmakeLists.txt to include libboost, from: target_link_lib...