Translate

Donnerstag, 4. Juni 2015

Visual Basic .Net TCPCam.dll Howto

Howto:

Visual Basic .Net Strings.Split

Dim Lines() = temp.Split(New [Char]() {":"c})

Visual Basic .Net IP-Kamera-Connect

The TCPCam Class

Instead of using the TCPCam ActiveX you can use the TCPCam class which can be found on the extracted rar file on this path:
"TCPCam\TCPCam\TCPCam\bin\Release" just add a reference to your project with the "TCPCam.dll" file. You need a picturebox to display the camera frames on. Declare your camera object before you continue:
Code:
Dim Webcam As New TCPCam.Host(Picturebox,Port)
or as a client:
Code:
Dim Webcam As New TCPCam.Client(Picturebox)
With this class you can use the SendImage method to send images to the host, not just camera frames. 

Download: GDrive

Visual Basic .Net Form-Resize-Event



Visual Basic .Net Bildschirmgröße auslesen/ ermitteln-Bildschirmauflösung auslesen/ ermitteln


Visual Basic .Net Form Autoresize


Usenet-Suche