Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FPS comparison demo for smartphone ip-camera integration #201

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dingusagar
Copy link

Ip Camera App can stream the smartphone camera over local network. cv2.VideoCapture can be easily configured to take the camera source from the smartphone camera over IP Camera App. This PR shows a demo of the FPS comparisons of IP Camera integration with cv2.VideoCapture stream and the threaded VideoStream module from imutils.video. The main aim of this demo file is to show how easily we can use the cameras of smartphones and do the processing in computer.

Tested on IP Camera App

usage :
python ipcamera_fps_demo.py --ip-camera-addr http://192.168.43.1:8080/video
[ip address should be changed to correct ip address of the smartphone in the local network]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants