Search found 118 matches

by k.schauwecker
Thu Jul 14, 2022 11:44 am
Forum: Nerian Support Forum
Topic: Issues with SceneScan Pro and ROS driver
Replies: 3
Views: 12532

Re: Issues with SceneScan Pro and ROS driver

I apologize for the late reply. I have checked your settings and there is nothing wrong with the configuration. The problem is that the cameras are operated in USB2-mode rather than USB3. Could you please check the USB cable? This could also be an electrical issue with the camera hardware. Do you ha...
by k.schauwecker
Thu Jul 07, 2022 6:16 am
Forum: Nerian Support Forum
Topic: Issues with SceneScan Pro and ROS driver
Replies: 3
Views: 12532

Re: Issues with SceneScan Pro and ROS driver

Unfortunately, the parameter protocol has changed with this firmware release, which means that you need to update your ROS node to the new version 3.10 The new version of our ROS node is already in our git repository and we have submitted our releases to the ROS build-servers. There should be binary...
by k.schauwecker
Wed Jul 06, 2022 9:08 am
Forum: Nerian Support Forum
Topic: Minor bugs of Scarlet v3.0.0 http interface
Replies: 3
Views: 4350

Re: Minor bugs of Scarlet v3.0.0 http interface

Please save the auto-exposure settings once. I believe that the maximum gain setting that was transferred from the previous configuration is out-of-range for the new firmware. If you press save once then you should not see this warning again.
by k.schauwecker
Tue Jul 05, 2022 4:31 pm
Forum: Nerian Support Forum
Topic: Bug in parameter_example
Replies: 1
Views: 3186

Re: Bug in parameter_example

Thanks for reporting this issue. We will check
by k.schauwecker
Tue Jul 05, 2022 4:30 pm
Forum: Nerian Support Forum
Topic: Store and restore settings
Replies: 1
Views: 3153

Re: Store and restore settings

Currently this is not implemented. However, it would be possible to call the web-interface and upload a configuration file. The following batch script does exactly that by calling curl: #!/bin/bash host=192.168.10.10 if [ $# -eq 2 ]; then host=$1 shift fi if [ $# -ne 1 ]; then echo "Usage: $0 [...
by k.schauwecker
Tue Jul 05, 2022 4:28 pm
Forum: Nerian Support Forum
Topic: check device connection
Replies: 9
Views: 7921

Re: check device connection

It doesn't have a connection check but it will timeout after 500ms when establishing a connection.
by k.schauwecker
Tue Jul 05, 2022 11:50 am
Forum: Nerian Support Forum
Topic: libboost required on v10.0.0
Replies: 3
Views: 4140

Re: libboost required on v10.0.0

OK, we will adjust this in the next release.
by k.schauwecker
Tue Jul 05, 2022 11:50 am
Forum: Nerian Support Forum
Topic: Minor bugs of Scarlet v3.0.0 http interface
Replies: 3
Views: 4350

Re: Minor bugs of Scarlet v3.0.0 http interface

With the new web interface, when a parameter is adjusted it takes effect immediately. However, the persistent configuration is only saved if the save button in pressed. Otherwise the parameters will be reset at the next power cycle. The site leave confirmation is there to remind you that this site s...
by k.schauwecker
Mon Jul 04, 2022 10:04 am
Forum: Nerian Support Forum
Topic: libboost required on v10.0.0
Replies: 3
Views: 4140

Re: libboost required on v10.0.0

Could you please check if the following alternative line resolves the problem for your Linux/PCL version:

Code: Select all

target_link_libraries(pcl_example visiontransfer${LIB_SUFFIX} ${PCL_LIBRARIES} ${EXTRA_LIBS} )
If this works for you we will add this change to the next release.
by k.schauwecker
Mon Jul 04, 2022 9:50 am
Forum: Nerian Support Forum
Topic: Repeated disconnection issue
Replies: 4
Views: 4334

Re: Repeated disconnection issue

We are currently not aware of any network issues in relation to thermal causes. Please let me know when you are experiencing similar problems again.