- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I want to use colormode in Processing.
I renewed the 72 - 80 line of the sample cord in $(RSSDK_DIR)/framework/Processing/FF_HandTracking.
PXCMCapture.Sample sample = senseMgr.QueryHandSample(); if (sample != null) { PXCMImage.ImageData cData = new PXCMImage.ImageData(); sample.color.AcquireAccess(PXCMImage.Access.ACCESS_READ, PXCMImage.PixelFormat.PIXEL_FORMAT_RGB24, cData); imgColor = cData.ToPImage(0, imgColor); sample.color.ReleaseAccess(cData); image(imgColor, 0, 0); }
However,Processing can`t find "color" and "Color" written in the following site
Can Processing never use ColorStream ?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can find such usage @C:\Program Files (x86)\Intel\RSSDK\framework\Java\DF_CameraViewer. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks, I`ll try it.

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