Skip to content

Axis Joystick SDK with .NET8 #649

Discussion options

You must be logged in to vote

Hi @valonsejdini ,
Yes, Axis Joystick SDK can be built using .NET 8.0

Tested with:

Output:

Code:

Program.cs (Same like MinimalApp example 😄 )

using System;
using System.Text;
using AxisJoystickModuleLib;

namespace MinimalApp
{
    class Program
    {
        // This simple program does the minimum required to control an Axis PTZ camera
        // using a joystick. It is assumed that no username or password is required.
        // (It would require the Username and Password properties of the AxisJoystick
        // to be set.)
        static void Main(string[] args)
        {
            // Create a AxisJoystickHandler and register all attached joysticks.
            AxisJoystickHandler 

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vivekatoffice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants