spinnaker_sdk_camera_driver VS pointgrey_camera_driver

Compare spinnaker_sdk_camera_driver vs pointgrey_camera_driver and see what are their differences.

spinnaker_sdk_camera_driver

Point Grey (FLIR) Spinnaker based camera driver (Blackfly S etc.) (by neufieldrobotics)

pointgrey_camera_driver

ROS driver for Pt. Grey cameras, based on the official FlyCapture2 SDK. (by ros-drivers)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
spinnaker_sdk_camera_driver pointgrey_camera_driver
1 1
126 128
-0.8% 0.0%
0.0 0.0
about 2 months ago over 2 years ago
C++ C++
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

spinnaker_sdk_camera_driver

Posts with mentions or reviews of spinnaker_sdk_camera_driver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-01.
  • Torvalds: Shared libraries are not a good thing in general
    7 projects | news.ycombinator.com | 1 May 2021
    To be honest, I haven't really tracked it— the product I work on dropped stereo vision in favour of RGBD, so I don't really know where it's landed. I suppose it's not a great sign that the current generation SDK still requires a login to access:

    https://www.flir.ca/products/spinnaker-sdk/

    And at least one spinnaker-based driver seems to have inherited the "download the SDK from elsewhere" approach, though who knows if that's due to genuine need or just cargo-culting forward what was implemented years ago in the flycapture driver:

    https://github.com/neufieldrobotics/spinnaker_sdk_camera_dri...

    The "proper" approach here would of course be for Open Robotics (the ROS maintainers) to pull the debs and host them on the official ROS repos, as they do for a number of other dependencies [1], but that clearly hasn't happened [2].

    I think a lot of hardware vendors who cut their teeth in the totally locked down world of industrial controls/perception still think they're protecting some fantastic trade secret or whatever by behaving like this.

    [1]: https://github.com/ros-infrastructure/reprepro-updater/tree/...

    [2]: http://packages.ros.org/ros/ubuntu/pool/main/s/

pointgrey_camera_driver

Posts with mentions or reviews of pointgrey_camera_driver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-01.
  • Torvalds: Shared libraries are not a good thing in general
    7 projects | news.ycombinator.com | 1 May 2021
    I dealt with a situation like this for a ROS driver for a camera, where the proprietary SO was redistributable, but the headers and the rest of the vendor's "SDK" was not. The vendor clarified for me repeatedly that it would not be acceptable for us to re-host the SDK, that it was only accessible from behind a login portal on their own site.

    The solution we eventually came to was downloading the SDK on each build, using credentials baked into the downloader script:

    https://github.com/ros-drivers/pointgrey_camera_driver/blob/...

    The vendor was fine with this approach, and it didn't violate their TOU, though it sure did cause a bunch of pain for the maintainers of the public ROS CI infrastructure, as there were various random failures which would pop up as a consequence of this approach.

    I think eventually the vendor must have relented, as the current version of the package actually does still download at build time, but at least it downloads from a local location— though if that is permissable, I don't know why the headers themselves aren't just included in the git repo.

What are some alternatives?

When comparing spinnaker_sdk_camera_driver and pointgrey_camera_driver you can also consider the following projects:

distroless - 🥑 Language focused docker images, minus the operating system.

indi-3rdparty - INDI 3rd Party drivers repository

mb-sound-jackffi - An unstable Ruby FFI interface for the JACK Audio Connection Kit

reprepro-updater

spinnaker_sdk_camera_dri

bevy - A refreshingly simple data-driven game engine built in Rust