Ask Your Question
0

IP Cam change Exposure [closed]

asked 2019-04-18 02:25:53 -0600

For my Project i like to buy this cam: Foscam FI9901EP. I want to change the exposure by my self, can I do this with OpenCV ? Like:

cap = cv2.VideoCapture("rtsp://184.72.239.149")

cap.set(cv2.CAP_PROP_EXPOSURE,-4)

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2019-04-18 04:18:33.693462

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-04-18 02:37:37 -0600

berak gravatar image

updated 2019-04-18 02:38:19 -0600

it's unlikeky, that you can do that with opencv means. cap.set() is more for local, usb connected webcams.

your ip-cam probably comes with a seperate http api, where you can set props like this, but what and how exactly, is beyond the scope of this page.

edit flag offensive delete link more

Comments

I have to build a number plate recognition for a gate and my Raspberry Pi is booting over a SSD, so i can`t take a usb cam.

StudentMEG gravatar imageStudentMEG ( 2019-04-18 02:56:33 -0600 )edit

again you have to read the user manual of your camera to find out, (not our job)

berak gravatar imageberak ( 2019-04-18 04:19:20 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2019-04-18 02:25:53 -0600

Seen: 531 times

Last updated: Apr 18 '19