Dilip Senapati
Dilip Senapati

Reputation: 1

VB6 code to stream video using bosch ptz ip camera

Can anyone share the code and which ActiveX control did you used to integrate IP camera in vb6?

Upvotes: 0

Views: 1200

Answers (1)

Deanna
Deanna

Reputation: 24283

This is a very wide scoped question. There are various 3rd party controls that can receive and render motion JPEG/H.264 like the DTK video capture control.

Alternatively, you can set up a TCP/HTTP connection to receive the video stream, split it into MIME parts and decode and render each in turn.

Upvotes: 1

Related Questions