Coder Social home page Coder Social logo

Comments (5)

FranekStark avatar FranekStark commented on June 30, 2024

Do you receive the Image on the machine, wehre it ha sbeen captured?
Otherwise it's importand to know that ROS doesn't compress images by default

from pylon-ros-camera.

MrFresh1 avatar MrFresh1 commented on June 30, 2024

I do receive the image on the same machine I capture them with.
Using rosrun image_view I always look at image_raw, how does compression come into this?

from pylon-ros-camera.

MrFresh1 avatar MrFresh1 commented on June 30, 2024

Edit: Nope it's still there.
Update:
I was able to come up with a workaround. Using the following two lines

cam_->AcquisitionFrameRateEnable.SetValue(true);
cam_->AcquisitionFrameRate.SetValue(1.0); 

in function applyCamSpecificStartupSettings which can be found at the following line:
https://github.com/basler/pylon-ros-camera/blob/master/pylon_camera/include/pylon_camera/internal/impl/pylon_camera_usb.hpp#L86

No sign of any huge delays anymore. Previously the camera would run in free running mode with the highest frame rate possible in my case 40 fps. This way it will still run in free running mode but at 1 fps.

Though I don't quite understand as to where the images were being saved. The 36 seconds old images I received must have been buffered somewhere?

from pylon-ros-camera.

FranekStark avatar FranekStark commented on June 30, 2024

Hm, I used this node myself and do not observe such strong delays.
What kind of hardware are you using?
For compressed images, have a look. We are using this node with a Basler-Dart on a Raspi4. Using the compressed images, helped us to transfer the pictures via network and write them to a bag file.

However, I can confirm that this Node is unfortunately very buggy.

from pylon-ros-camera.

MrFresh1 avatar MrFresh1 commented on June 30, 2024

Today I started working on that issue again and I found the troublemaker. When I start my camera node with a launch file I also execute a bash script which runs a few services like:

set_trigger_mode false

The latter was originally placed to make sure the camera is running in free running mode. According to Basler documentation the trigger mode is off by default for all trigger types. Not executing that line results in the huge delay I was seeing before to be gone.

Further tests:

  1. Specifying a trigger type before setting the trigger mode to off like I should have done according to Basler documentation also results in the delay
  2. Turning the trigger mode on after I turned it off also results in the delay (before both I didn't specify a trigger type)
  3. Never turning the trigger mode off but instead turning it on has no effect. There is no delay before and after calling the service

Conclusion:
I will not turn the trigger mode off as I don't really need it and its already off after powering the camera. Thanks for the feedback.

from pylon-ros-camera.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.