- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to run the sample browser's HandTracking(Processing). However When I try to run it, it gives me a error saying:
No library found for intel.rssdk
Libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder.
Here's the first few lines of the Processing code (in case there's an error somewhere seeing how some of the C++ sample code has errors in it):
INTEL CORPORATION PROPRIETARY INFORMATION This software is supplied under the terms of a license agreement or nondisclosure agreement with Intel Corporation and may not be copied or disclosed except in accordance with the terms of that agreement Copyright(c) 2014 Intel Corporation. All Rights Reserved. *******************************************************************************/ /** ** This sample demonstrates how RealSense SDK Java interface work with Processing ** The sample traces hand positions with a Hand module ** It also displays the depth image to show how to pass SDK data to PImage. **/ import intel.rssdk.*; int nframes = 0;
I've placed the "libpxcclr_processing" into my documents/Processing/Libraries folder but that doesn't seem to be doing the trick? What else am I missing?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had the same problem. You need to copy the library from the SDK sample source folder to your processing folder.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page