loading
3332 posts
ThreadLast postPostsViews
HBITMAP? [4]
This is a common programming issue ..  I think you mean CBitmap in C++. We used HBITMAP ...
18 year 9 3847
mindstorms nxt controlled by keyboard [3]
mato92, Your program was basically correct. The "clear on release" feature of the keyboard module...
18 year 2 2146
No Title [4]
Not sure what the other characters are in you string... perhaps those are badly matched blobs? It is hard to say without the ori...
18 year 4 3396
Fire Fighting program [4]
Jess, What platform and specific sensors are you using? Depending on the robot platform you might h...
18 year 3 2320
No Title [3]
If you want to perform that conversion by yourself you can check out the FreeImage DLL from
18 year 2 2837
Car plate Location [3]
Seems like this post is continued here ...
18 year 2 2385
No Title [4]
The API compiles as is in VC8.0 with the include main program. The GetBitmap routine needs several windows based functions that ...
18 year 3 3593
API getImage function [7]
This part appears incorrect:    for(int i=0; i<(320*256*3);i++)  &n...
18 year 9 3375
API getImage function [5]
You got the format correct it is 24 bits of pixel data in 3 bytes Red, Green, Blue in sequence. You loop through with a step of ...
18 year 9 3375
API getImage function [4]
int i=(height*x+y); should probably be int i=((width*y)+x);
18 year 9 3375
API getImage function [9]
Then most probably your "image" is not filled correctly. Can you post your entire project as a .z...
18 year 9 3375
suspend operation{delay [5]
If you process the image or not is largely not important .. the issue is if you act on the information gathered from the image p...
18 year 5 3214
API sending image from C++ to Roborealm? [3]
See the set_image API call and the setImage function in the API.zip download located at ...
18 year 4 3278
API sending image from C++ to Roborealm? [5]
Best to check the Sample_API_App folder in the API.zip download located at ...
18 year 4 3278
No Title [3]
Yes, have a look at version 1.8.11.6...
18 year 2 2699
How to detect distance to say a blob or to an edge [7]
You might find this related post interesting. ...
18 year 7 4506
how to extract blob width or height [3]
Richard, Yes, you should be able to use the Geometry stats module to get that information. &nb...
18 year 3 2652
RR API Server : Listing modules [4]
Spigoule, We've added a get_program API routine that will return back the current robofile in exec...
18 year 4 2388
Vista Ultimate Problem [5]
Richardo, We use the Vista Home edition and it seems to work fine. Do ...
18 year 4 3043
Vista Ultimate Problem [3]
Yes, it does write things to the registry but that's mainly your preferences (i.e. which camera you are using, the last program...
18 year 4 3043

« Prev   117  118  119  120  121  122 123  124  125  126    Next »
 New Post