Feature #809

RSB.m ImageQueue could return whole Image, not only data

Added by Ši. Fojtů over 12 years ago. Updated over 12 years ago.

Status:ClosedStart date:01/19/2012
Priority:NormalDue date:
Assignee:J. Wienke% Done:

0%

Category:Matlab
Target version:-

Description

Current version of ImageQueue.java (rev. 3116) returns raw image data. I suggest to return the whole Image (with all the image info, such as width, height, etc.). The mapping script needs all the image info.

Attached is a patch to ImageQueue.java.

ImageQueue.patch Magnifier (638 Bytes) Ši. Fojtů, 01/19/2012 08:18 PM

History

#1 Updated by J. Wienke over 12 years ago

Maybe just a second method parallel to take? Can you implement this as required for you?

#2 Updated by J. Wienke over 12 years ago

Having a second method would keep the existing functionality for others.

#3 Updated by Ši. Fojtů over 12 years ago

  • Status changed from New to Closed

I have added a method takeImage(int ms) that returns the whole Image.

Also available in: Atom PDF