Skip to content

client for capture_stream example #141

Answered by ktorimaru
ktorimaru asked this question in Q&A
Discussion options

You must be logged in to vote

FYI:

`import cv2
vcap = cv2.VideoCapture("tcp://10.215.1.47:10001")

while(1):
ret, frame = vcap.read()
cv2.imshow('VIDEO', frame)
cv2.waitKey(1)
`

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ktorimaru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant