Software Archive
Read-only legacy content
17061 Discussions

Processing import problem

Christopher_C_
Beginner
415 Views

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?

 

0 Kudos
1 Reply
CutMod
Beginner
415 Views
I had the same problem. You need to copy the library from the SDK sample source folder to your processing folder.
0 Kudos
Reply