Vidia App
This app demonstrates how to do the following:
- Use the CameraKit to find a camera and capture frames from it.
- Use the ArgusKit ObjectTracker to detect, recognize, and track objects in a video stream.
- Use the ArgusKit event reporting facilities to generate events and report them to the cloud.
Do the following to compile the code and run the app:
- Download the SAFR Windows SDK from the Download Portal.
- Right-click the Vidia project, and select Manage NuGet Packages from the menu.
- Point the NuGet package manager to the directory containing the downloaded SAFR SDK.
- Select the SAFR SDK, and click Install.
- Set the Solution Platforms selector to x64. The Any CPU option is not supported.
- Replace USER * and*PWD with your SAFR Account credentials.
- Compile and run the project.
See Also