Closed HazenBabcock closed 6 years ago
There should be an upper limit on the number of frames in the camera buffers. If the frame size is really small then we'll allocate an excessively large number of frames for the buffer, which could take a while.
Should be fixed. I added a limit of 2000 frames. Hopefully this is large enough.
There should be an upper limit on the number of frames in the camera buffers. If the frame size is really small then we'll allocate an excessively large number of frames for the buffer, which could take a while.