This VB.NET project is designed to provide a visualisation toolkit for Kinect camera data. It is aimed at processing and displaying RGB, depth, and infrared (IR) video streams, suitable for research and development in the field of visual intelligence.
- .NET Framework (Version corresponding to your development environment)
- A compatible library for video processing in VB.NET
- Kinect SDK for Windows (if interfacing with Kinect hardware)
- Ensure you have the .NET Framework installed.
- Install the Kinect SDK from the official Microsoft website.
- Set up a new VB.NET project in your preferred IDE (e.g., Visual Studio/Spyder via Anaconda).
- Add references to any required libraries or SDKs in your project.
- Use Visual Studio or your preferred VB.NET environment to build the application.
- Configure the necessary project properties.
- Inlcude your own videos to use
- The application can be started from the Visual Studio IDE or by running the built executable.
- Command-line arguments can be handled using
My.Application.CommandLineArgs
.
- Interface for playing back Kinect camera footage.
- Display options for various video streams.
If you wish to contribute to this project, please fork the repository, make your changes, and submit a pull request for review.
- Microsoft Kinect SDK team for their tools and support.
- The visual intelligence academic and research community for the inspiration behind this project.