Error in 2.2 Hello World Documentation

First post as I’m starting to jump into some astra pro dev…

Lines 18 and 19 in the last example of hello world 2.2 in the most recent documentation shipped with the latest windows SDK are missing some capital letters and should read:

  astra::Frame frame = reader.get_latest_frame();
  const auto depthFrame = frame.get<astra::DepthFrame>();

Not a big error or hard to find, but could throw beginners for a loop.

Also, adding a quick setup guide to configure VS2015 to use the SDK would have been incredibly helpful and would really make the development more accessible.

Thanks for all of your hard work! Looking forward to diving deeper.