Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Kinect 2.0 integration with Qt 5.0.2 in windows
Forum Updated to NodeBB v4.3 + New Features

Kinect 2.0 integration with Qt 5.0.2 in windows

Scheduled Pinned Locked Moved 3rd Party Software
kinect sdkkinect 2.0qt 5.0.2
4 Posts 3 Posters 3.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shoobomb
    wrote on last edited by
    #1

    hi,
    I'm facing issues with kinect in qt 5.0.2. I 'm using msvc2010 as a compiler for Qt. I have also tried with vc2012. Still i'm getting the same error.

    This is the error i'm getting(3 errors are there):
    e:\qt_setup\microsoft sdks\kinect\v2.0_1409\inc\Kinect.INPC.h:120: error: C2061: syntax error : identifier 'Out_writes_z'

    e:\qt_setup\microsoft sdks\kinect\v2.0_1409\inc\Kinect.INPC.h:120: error: C2059: syntax error : ')'

    e:\qt_setup\microsoft sdks\kinect\v2.0_1409\inc\Kinect.INPC.h:120: error: C1903: unable to recover from previous error(s); stopping compilation

    Could someone please rectify this out. I have tried out everything possible but it doesn't seems working. :(

    Thanks in advance!

    1 Reply Last reply
    0
    • H Offline
      H Offline
      Huulivoide
      wrote on last edited by
      #2

      According to: https://www.microsoft.com/en-us/download/details.aspx?id=44561
      The 2.0 SKD version is only compatible with VC2012 and newer.

      The errors you posted are pretty much of no help. How did you install the SDK?
      What and how are you compiling? What compiler options are you using?

      S 1 Reply Last reply
      0
      • H Huulivoide

        According to: https://www.microsoft.com/en-us/download/details.aspx?id=44561
        The 2.0 SKD version is only compatible with VC2012 and newer.

        The errors you posted are pretty much of no help. How did you install the SDK?
        What and how are you compiling? What compiler options are you using?

        S Offline
        S Offline
        shoobomb
        wrote on last edited by
        #3

        @Huulivoide
        I have installed the SDK from the official microsoft webpage for kinect SDK 2.0 download.
        I have included the library kinect20.lib and also added the include path.
        I'm compiling in release mode usind vc 12.

        M 1 Reply Last reply
        0
        • S shoobomb

          @Huulivoide
          I have installed the SDK from the official microsoft webpage for kinect SDK 2.0 download.
          I have included the library kinect20.lib and also added the include path.
          I'm compiling in release mode usind vc 12.

          M Offline
          M Offline
          mchinand
          wrote on last edited by
          #4

          @shoobomb Can you post your .pro project file?

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved