VB.NET ip camera video recording source code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cliffbradshaw
    New Member
    • Nov 2014
    • 1

    VB.NET ip camera video recording source code

    Hi all,

    I have read an article @ Codeperoject about how to build a video recorder application for an onvif ip camera. It can be called as an 'NVR/DVR software'. But this is a C# solution.
    After checking the website of the used onvif camera software, I didn't find any VB source code, but only C#.
    Can anybody recommend me a tutorial or anything else that can help me to get started on ip camera recorder development in visual basic?

    Many thanks in advance!
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    VB.NET and C# both utilize the .NET framework.

    This means that both languages use the same controls, functions, classes to accomplish something.

    When following tutorials, like the one you are following, in most cases it is just a matter of converting the syntax from C# style into VB.NET style. (I would say all but there are a very few exceptions to this that I can think of)

    Typically if I can't understand the C# style code I use a tool like this one to translate the C# syntax into VB.NET syntax: developer fusion: Convert C# to VB.NET.

    That tool isn't always 100% but usually you can figure out what it was trying to accomplish by understanding what the tutorial is trying to accomplish.

    -Frinny
    Last edited by Frinavale; Nov 12 '14, 04:45 PM.

    Comment

    Working...