Replies: 5 comments 19 replies
-
What version of the pylon package did you install? |
Beta Was this translation helpful? Give feedback.
-
Here is the link to the simple workflow. I apologize if I am ignoring something super clear, I am still learning this program: |
Beta Was this translation helpful? Give feedback.
-
How are you triggering the cameras? With a common trigger signal?
…On Tue, 13 Dec 2022 at 16:21, KCl94 ***@***.***> wrote:
Hi again! So, I just resized the image to 2048x2048, as you suggested, and
this works! Unfortunately, this only works with one camera. When I multiply
this workflow for four cameras, the videos are of irregular lengths (a
two-minute recording gave me four videos of different time lengths).
Curious, do I need to create a separate .pfs file for each camera?
—
Reply to this email directly, view it on GitHub
<#1193 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVZBB3ZO6K4QJWCKMIIN4LWNCO77ANCNFSM6AAAAAAS4EMF74>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Just to clarify, you are sending a synchronized pulse to the gpio of every
camera? How long after starting bonsai do you turn this pulse on?
…On Tue, 13 Dec 2022 at 16:27, KCl94 ***@***.***> wrote:
Yeah, I simply press the Start button for now and recordings start
immediately. My hope is to eventually create a workflow such that I can
start the program and launch "preview" windows that would be waiting on my
command (a key press) to start and stop recording after another key press
—
Reply to this email directly, view it on GitHub
<#1193 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVZBB73OKQFK2TRM5N4OLTWNCPXRANCNFSM6AAAAAAS4EMF74>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
If you are not forcing any synchronization between cameras they will likely
output a different number of frames and hence different video duration.
…On Tue, 13 Dec 2022 at 16:47, KCl94 ***@***.***> wrote:
Oh no, I am not that far yet. All I do is press the Start button on
Bonsai. No pulses yet.
—
Reply to this email directly, view it on GitHub
<#1193 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVZBB67BN7MW5WYVYIOMUTWNCSC7ANCNFSM6AAAAAAS4EMF74>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
First time posting here. I have been trying for some time now to set up a simple recording system with one grayscale Basler camera. From what I have found on previous posts on this site, I was able to create a .pfs file through Pylon 5.1 for the PylonCapture node. I then added a MemberSelector node (called Image), which I got from other users working with the Basler cameras as well (I couldn’t figure out how to extract this property myself). Lastly, everything is connected to the ffmpeg-dependent VideoWriter node. The ffmpeg and Pylon libraries are installed, too.
The main issue I have been having is that I just can’t get a video to save. Previously I was trying to use the other VideoWriter node but 1) .avi files are massive and 2) all the videos drop A LOT of frames (all of the videos I would obtain were minutes short). I have found on other posts that I could use the ImageWriter node to save a video, but I still can’t succeed at this seemingly simple task. Could you guys please guide me in the right direction? I am hoping to eventually set up four cameras on separate boxes and then, if possible, run them all in the same workflow but independently from each other. I would much prefer to save my videos in .mp4 format. Additionally, I just discovered today that, after updating to Bonsai 2.7.2, an old error “External component has thrown an exception” is back when trying to start the workflow. I had this error before, but I solved it by downgrading to Pylon 5.1 and creating a Bonsai-compatible parameter file, as suggested here. Any idea as to why this error is back? I am attaching a screenshot that I hope will be useful in getting to determine the root of the problem. Thanks a lot, in advance!
Beta Was this translation helpful? Give feedback.
All reactions