문제

I want to access the camera's video stream with OpenCV.

Doing so, I connected the camera via WLAN with my Win7 PC. Further, Maybe a possible way to go is by http://ip:port/resource'). I tried e.g. http://10.0.0.1:65534/videostream.cgi?user=admin&pwd=123456&resolution=32" but did not succeed.

Does anyone know the necessary credentials {IP, port, user, password, etc..} for this specific camera's live video stream?

thanks in advance!

도움이 되었습니까?

해결책

Take a look at the Camera Remote API:

https://developer.sony.com/develop/cameras/

Specifically check out the LiveView API. Should allow you to capture the live video stream.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top