Skip to main content

BFS-U3-19S4M-C: error acquisition when stream live video

Comments

2 comments

  • TDY_Manuel
    Community team
    Expert (Gold)

    Hi Grégory, 

    -1011 is a timeout exception. You can find all error types in C:\Program Files\Teledyne\Spinnaker\include\SpinnakerDefs.h enum Error

    This would be independent of what you do with the images after they arrive on the PC. 
    Does the camera keep running after this? 
    Do you trigger the camera or is it free running? 
    What timeout value do you use for GetNextImage?

    Best regards,

    Manuel 

    0
  • Grégory BAERT

    Hi Manuel,

    Thank you for your reply. Ok, I note that this error code corresponds to the timeout of the method 'GetNextImage'.

    To answer your questions, yes, I trigger the camera via ‘TriggerSoftware’ et le timeout est de 500 ms.

    In fact, to avoid this problem, which was caused by my live streaming, I use the buffer for the display in my GUI. This buffer is an unsigned char* (for the display in OpenGl), which comes from a copy, (via DeepCopy), of the converted image. So there is no longer any conflict.

    Best regards,

     

    0

Please sign in to leave a comment.

Powered by Zendesk