Ask Your Question
0

i am learning about opencv and video capture

asked 2019-03-30 15:47:22 -0600

CotG gravatar image

Can i use my phone as a camera for the VideoCapture? cause i dont want to use my laptop webcam... my phone is galaxy note 8. do i need to do additional things to make opencv recognize my phone? i tried some numbers for the index but it didnt work... p.s. im using python

edit retag flag offensive close merge delete

Comments

and my os is windows 10

CotG gravatar imageCotG ( 2019-03-30 15:50:11 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-03-31 02:45:44 -0600

berak gravatar image

you cannot use your phone as a webcam (it only works with usb devices)

but you can try to find some phone app, that transmits images via http or rtsp, and use it like an ip-camera

VideoCapture(url_of_my_app)
edit flag offensive delete link more

Comments

Webcams only, thats sad. Thank you

CotG gravatar imageCotG ( 2019-03-31 04:03:31 -0600 )edit

don't give up so easily, just saying. other folks managed to do this !

berak gravatar imageberak ( 2019-03-31 04:08:16 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2019-03-30 15:47:22 -0600

Seen: 127 times

Last updated: Mar 31 '19