Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8930039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:47:45+00:00 2026-06-15T08:47:45+00:00

When I attempt to run my skeletal tracking code to test out the following

  • 0

When I attempt to run my skeletal tracking code to test out the following line of code I have added in, it crashes with an error.

    void sensor_AllFramesReady(object sender, AllFramesReadyEventArgs e)
    {
        if (closing)
        {
            return;
        }

        //Get a skeleton
        Skeleton first = GetFirstSkeleton(e);

        if (first == null)
        {
            return;
        }


        using (SkeletonFrame skeletonFrame = e.OpenSkeletonFrame())
        {
            //if (skeletonFrame == null)
            //{
            //    return;
            //}
            this.recordStream = new MemoryStream(100);
            KinectRecorder Recorder = new KinectRecorder(KinectRecordOptions.Skeletons, recordStream);
            if (skeletonFrame != null)
            {
                this.Recorder.Record(skeletonFrame);
            }
            //StartRecord
           // Skeleton[] skeletonData = this.Recorder.Record(skeletonFrame);

        }
 // some more stuff
 }

I am calling the Record function available in the Kinect Toolbox.

The error is: System.NullReferenceException was unhandled ……. Message=Object reference not set to an instance of an object.
….. Source=SkeletalTracking

Update:
If I have moved the initialization into the same function as the call of the recorder.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T08:47:47+00:00Added an answer on June 15, 2026 at 8:47 am

    Based on the code you’ve posted, you never initialize your KinectRecorder.

    this.Recorder.Record(skeletonFrame); // I get an error after the RGB camera view freezes
    

    … would produce a null pointer, because Recorder was never initialized. Unless you’ve left that part out of your code example here. You can do it at the time you declare it, or later if you prefer.

    KienctRecorder Recorder = new KinectRecorder(options, stream);
    

    options need to be set up for your appropriate KinectRecordOptions. stream is your output Stream.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I attempt to run the following test in IntelliJ IDEA I get the
I get the following error every time I attempt to run my script; Unknown
I am receiving the following error when I attempt to run my Spring JUnit
When I attempt to run the following function,I got the following the error.Otherwise,When completing
I have a scala test class but when I attempt to run using the
I am getting an error when I attempt to run this query: create table
I'm getting a syntax error when I attempt to run my program and the
I get this error when I attempt to run the wcftestclient application: The client
When I attempt to run automated tests via Microsoft Test Manager, I get the
This concerns an attempt to run a network application. The code compiles correctly, however

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.