Ask Your Question

Revision history [back]

How to increase the frame rate at realtime webcam

I am doing a program for Realtime human pose estimation and for detecting it through webcam i am using this code:

cap = cv2.VideoCapture(0) ret, frame = cap.read()

but the frame rate detected is too much slow. Can anyone please show me a code to run camera at it should detect frames at normal rate. Also i am using intel i3 processor and intel HD graphics 5500, So if there any hardware issue please let me know....but i think there should be any?

click to hide/show revision 2
retagged

updated 2018-11-07 12:13:58 -0600

berak gravatar image

How to increase the frame rate at realtime webcam

I am doing a program for Realtime human pose estimation and for detecting it through webcam i am using this code:

cap = cv2.VideoCapture(0) ret, frame = cap.read()

but the frame rate detected is too much slow. Can anyone please show me a code to run camera at it should detect frames at normal rate. Also i am using intel i3 processor and intel HD graphics 5500, So if there any hardware issue please let me know....but i think there should be any?

click to hide/show revision 3
retagged

updated 2018-11-08 04:28:53 -0600

berak gravatar image

How to increase the frame rate at realtime webcam

I am doing a program for Realtime human pose estimation and for detecting it through webcam i am using this code:

cap = cv2.VideoCapture(0) ret, frame = cap.read()

but the frame rate detected is too much slow. Can anyone please show me a code to run camera at it should detect frames at normal rate. Also i am using intel i3 processor and intel HD graphics 5500, So if there any hardware issue please let me know....but i think there should be any?

click to hide/show revision 4
None

updated 2018-11-08 04:48:34 -0600

berak gravatar image

How to increase the frame rate at realtime webcam

I am doing a program for Realtime human pose estimation and for detecting it through webcam i am using this code:

cap = cv2.VideoCapture(0) ret, frame = cap.read()

but the frame rate detected is too much slow. Can anyone please show me a code to run camera at it should detect frames at normal rate. Also i am using intel i3 processor and intel HD graphics 5500, So if there any hardware issue please let me know....but i think there should be any?