Search found 120 matches

by k.schauwecker
Sun Jan 15, 2023 7:18 am
Forum: Nerian Support Forum
Topic: supported cameras : is Lt29059 supported?
Replies: 10
Views: 5753

Re: supported cameras : is Lt29059 supported?

As this camera does not seem to support the USB3 Vision protocol, it is not possible to connect it to SceneScan. We recommend using cameras from a manufacturer that has been compatibility tested by us. These are: Allied Vision, FLIR and Basler
by k.schauwecker
Mon Oct 17, 2022 4:54 pm
Forum: Nerian Support Forum
Topic: Virtual cameras mode
Replies: 3
Views: 3607

Re: Virtual cameras mode

This is likely due to to a significant amount of packet loss on the network. If you are using the virtual network camera you must be aware that the achievable frame rate is significantly lower than with a real camera. This is due to the fact that the network throughput is actually the bottleneck for...
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: 12779

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: 12779

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: 4557

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: 3355

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: 3321

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: 8350

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: 4383

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: 4557

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...