Skip to main content

How to increase recording FPS when using python Spinnaker SDK?

Answered

Comments

2 comments

  • TDY_Ifeanyi
    Community team
    Great answers
    Expert (Gold)

    Hello Shuo,

    Debayering raw image with processor.Convert is expected to further limit the grabing fps on host side. 

    I have some questions to help narrow down this issue:

    • What is the expected number of frames to grab for avi file and output of len(images) during this process? If the size of image list is 2, the issue is either the host not keeping up with camera fps or buffer configuration. I would increase buffer count node and change buffer handling mode to OldestFirst. Please reference BufferHandling.py example code part of the spinnaker python package. 
    • Without converting to avi file, does image list contain expected total number of frames within the time window?

    Regards,

    Ifeanyi

     

    0
  • TDY_Ifeanyi
    Community team
    Great answers
    Expert (Gold)

    Hi Shuo,

    I just wanted to make sure you saw my last email.

    Please let us know if you have any questions about it.

    Best Regards,

    Ifeanyi

    0

Please sign in to leave a comment.

Powered by Zendesk