--
You received this message because you are subscribed to the Google Groups "Bonsai Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/ab09e161-6ef6-4bac-bf4b-6b4c124da3fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Nick,I didn't realize they had a specific SDK only for the Blackfly cameras. I thought they were moving everything to the unified FlyCapture API. I never tried it since we don't have any Blackflys in the lab. However, I believe they have C# examples for using the Spinnaker, so it should be relatively easy to adapt those into a Bonsai module.For inspiration you can look here:It should be possible to just copy the FlyCapture node verbatim and then just place inside the code from the PointGrey spinnaker examples and get it running.I'll see if I can find time to take a look at their samples to evaluate how hard it would be.
On 21 October 2016 at 18:27, Nicholas Lusk <nalu...@gmail.com> wrote:
Hi Goncalo,I recently started using Point Grey's BlackFlyS USB 3.0 cameras, which uses the new Spinview UI. As a result they do not work with the Point Grey packages FlyCapture source node or with CameraCapture. I was wondering if there were any plans in creating a Spinview compatible node in the future or if there was a simple modification that could be made to the current FlyCapture node to make it work with Spinview.Best,Nick
--
You received this message because you are subscribed to the Google Groups "Bonsai Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users...@googlegroups.com.
Hi Goncalo,
Thanks for the quick response. I unfortunately do not have permission to access the repository you sent in the link. I checked the source files from the bonsai homepage, but didn't find the pointgrey code there either. Any other way I would be able to get access to that module?
Nick
On Friday, October 21, 2016 at 2:59:22 PM UTC-4, goncaloclopes wrote:Hi Nick,I didn't realize they had a specific SDK only for the Blackfly cameras. I thought they were moving everything to the unified FlyCapture API. I never tried it since we don't have any Blackflys in the lab. However, I believe they have C# examples for using the Spinnaker, so it should be relatively easy to adapt those into a Bonsai module.For inspiration you can look here:It should be possible to just copy the FlyCapture node verbatim and then just place inside the code from the PointGrey spinnaker examples and get it running.I'll see if I can find time to take a look at their samples to evaluate how hard it would be.On 21 October 2016 at 18:27, Nicholas Lusk <nalu...@gmail.com> wrote:Hi Goncalo,--I recently started using Point Grey's BlackFlyS USB 3.0 cameras, which uses the new Spinview UI. As a result they do not work with the Point Grey packages FlyCapture source node or with CameraCapture. I was wondering if there were any plans in creating a Spinview compatible node in the future or if there was a simple modification that could be made to the current FlyCapture node to make it work with Spinview.Best,Nick
You received this message because you are subscribed to the Google Groups "Bonsai Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/ab09e161-6ef6-4bac-bf4b-6b4c124da3fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Bonsai Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/12035725-9fe6-4b2d-a6fa-c32a440267ca%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/e577d8d8-3665-403e-b884-c19a4b84ca41%40googlegroups.com.
Hi Goncalo,I recently started using Bonsai for event-triggered video recording. I'm also using a Pont Grey BlackFlyS USB 3 Model, which is only supported by Spinnaker (they seem to move in that direction, in general). I noticed that you recently added a Spinnaker source node and it works fine for capturing video from the camera (thanks!). But I haven't managed to read the GPIO pin. For the FlyCapture compatible cameras there was an extra node for that, which is not compatible with Spinnaker.Do you have an idea how to make it work or is someone working on that?Thanks a lot,Torben (CSHL)
On Friday, October 21, 2016 at 1:27:43 PM UTC-4, Nicholas Lusk wrote:Hi Goncalo,I recently started using Point Grey's BlackFlyS USB 3.0 cameras, which uses the new Spinview UI. As a result they do not work with the Point Grey packages FlyCapture source node or with CameraCapture. I was wondering if there were any plans in creating a Spinview compatible node in the future or if there was a simple modification that could be made to the current FlyCapture node to make it work with Spinview.Best,Nick
--
You received this message because you are subscribed to the Google Groups "Bonsai Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/594c7578-dfff-4436-8c67-c692832d9593%40googlegroups.com.
Hi Torben and welcome to the forums!The SpinnakerCapture node has a ChunkData member that should have all the metadata information inside. I haven't used much blackfly cameras myself and I can't try this right now, but I suspect the GPIO data should be in the LineStatusAll member.There isn't yet a convenience node to split them up, but if you connect your input line to GPIO pin 0, that parameter should change between zero and some fixed number.Try to record or monitor it and let me know what happens.
On 14 August 2017 at 16:45, Torben Ott <ott.t...@gmail.com> wrote:
Hi Goncalo,I recently started using Bonsai for event-triggered video recording. I'm also using a Pont Grey BlackFlyS USB 3 Model, which is only supported by Spinnaker (they seem to move in that direction, in general). I noticed that you recently added a Spinnaker source node and it works fine for capturing video from the camera (thanks!). But I haven't managed to read the GPIO pin. For the FlyCapture compatible cameras there was an extra node for that, which is not compatible with Spinnaker.Do you have an idea how to make it work or is someone working on that?Thanks a lot,Torben (CSHL)
On Friday, October 21, 2016 at 1:27:43 PM UTC-4, Nicholas Lusk wrote:Hi Goncalo,I recently started using Point Grey's BlackFlyS USB 3.0 cameras, which uses the new Spinview UI. As a result they do not work with the Point Grey packages FlyCapture source node or with CameraCapture. I was wondering if there were any plans in creating a Spinview compatible node in the future or if there was a simple modification that could be made to the current FlyCapture node to make it work with Spinview.Best,Nick
--
You received this message because you are subscribed to the Google Groups "Bonsai Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/e4a82d60-3e33-4810-824a-4afb3357708c%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/e3f837ac-58e5-4984-85fe-c9f5045bdfcd%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/6dc249aa-7ebe-4dbb-a4b5-86e5045e0861%40googlegroups.com.