ben2789
ben2789
@ekelsen Which version of tensor flow has these improvements?
@stillwaterman I expect the build of Tensorflow you are using, was made before the changes to cumsum were implemented. Building Tensorflow from source, might be a reasonable option to expedite...
@mhosmar-cpr thanks for getting back to me, I am using a BFS camera, which I believe isn't supported by flycapture.
The source of the issue appears the timeout given to `GetNextImage(timeout_)` in line 320 of SpinnakerCamera.cpp. If this parameter is omitted, the default is infinite. This gives me the behaviour...
@raabuchanan I believe the launch file I use is a simple modification of flir_camera_driver/spinnaker_camera_driver/launch/camera.launch ``` ``` Regarding the triggering signal, I just use a GPIO pin from a 3.3V micro,...
@raabuchanan I found it easier to work with the BFS camera by modifying the example code rather than editing this driver. If the functionality you're after is fairly simple e.g....