You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is similar to yours, I got it off PiCamera Repo.
But my Frames per second are really slow, almost 3-5 FPS. How can I solve this problem? Decreasing camera resolution didn't help either.
How did you overcome this problem? What were your FPS like? Should I just ignore this can collect more training data to compensate for it?
The text was updated successfully, but these errors were encountered:
I don't know where I copied the code from but, I had used for _ in camera.capture_continuous(stream, 'jpeg'):
instead of for _ in camera.capture_continuous(stream, 'jpeg', use_video_port=True):
That was the source of the problem!! Getting smooth 25-30 FPS!
I currently using the code below to stream and receive frames from my Raspberry Pi to my PC.
Client
Server
The code is similar to yours, I got it off PiCamera Repo.
But my Frames per second are really slow, almost 3-5 FPS. How can I solve this problem? Decreasing camera resolution didn't help either.
How did you overcome this problem? What were your FPS like? Should I just ignore this can collect more training data to compensate for it?
The text was updated successfully, but these errors were encountered: