Jump to content

Overclocking my Webcam - Python

So I want to increase the FPS on my webcam, pretty much out of idle curiosity to see if I can.  The best chance that I seem to have is by using this Python code but I can't figure out how to install the imutils library.  In the documentation it just says to run

$ pip install imutils

which just gives me a syntax error.  Right now all of my programs are in the same folder.

 

I'm currently using the IDLE GUI, it doesn't seem to have a way to install a library like what I remember from Eclipse (when I did coding like 5 years ago).

 

I'm guessing I'm just a total idiot since I've never used Python before and this is super easy.

fps_demo.py

Link to comment
Share on other sites

Link to post
Share on other sites

Next up: Overclocking my mouse DPI

CPU: Intel Core i7-950 Motherboard: Gigabyte GA-X58A-UD3R CPU Cooler: NZXT HAVIK 140 RAM: Corsair Dominator DDR3-1600 (1x2GB), Crucial DDR3-1600 (2x4GB), Crucial Ballistix Sport DDR3-1600 (1x4GB) GPU: ASUS GeForce GTX 770 DirectCU II 2GB SSD: Samsung 860 EVO 2.5" 1TB HDDs: WD Green 3.5" 1TB, WD Blue 3.5" 1TB PSU: Corsair AX860i & CableMod ModFlex Cables Case: Fractal Design Meshify C TG (White) Fans: 2x Dynamic X2 GP-12 Monitors: LG 24GL600F, Samsung S24D390 Keyboard: Logitech G710+ Mouse: Logitech G502 Proteus Spectrum Mouse Pad: Steelseries QcK Audio: Bose SoundSport In-Ear Headphones

Link to comment
Share on other sites

Link to post
Share on other sites

I got it installed using the Pyhton Command Line

What version of python are you using?

imutils.PNG.7f4303ccec3715297d6f5c8e48958419.PNG

Link to comment
Share on other sites

Link to post
Share on other sites

Also, probably stupid question, but the Github says this:

Provided you already have NumPy, SciPy, Matplotlib, and OpenCV already installed, the imutils package is completely pip-installable

 

Did you try installing these packages as well?

Link to comment
Share on other sites

Link to post
Share on other sites

21 hours ago, DtrollMC said:

Also, probably stupid question, but the Github says this:

Provided you already have NumPy, SciPy, Matplotlib, and OpenCV already installed, the imutils package is completely pip-installable

 

Did you try installing these packages as well?

.......think we found the problem

Link to comment
Share on other sites

Link to post
Share on other sites

 

23 hours ago, Rasbir Singh said:

Next up: Overclocking my mouse DPI

 

23 hours ago, AlexTheGreatish said:

Already upped the mouse and keyboard polling rates, that was pretty simple

Ooh! He told you.

GOT ‘EM!! 

Link to comment
Share on other sites

Link to post
Share on other sites

47 minutes ago, AlexTheGreatish said:

.......think we found the problem

xD Happens to the best of us. But is weird, considering I don't recall installing 3/4 of those packages.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×