Search found 11 matches

by TheCorporation
Sun Aug 24, 2008 3:37 pm
Forum: Windows
Topic: Looking for MJPEG library or code
Replies: 6
Views: 4570

(up : I'm still in the same problem).

> The RFC doc

Ok however I am not good programmer enough to be able to make a port :(.


What I wish to do is a 24/24 video recording software like MJPEG Surveillance ( http://www2.brooksyounce.com/soft/mjpeg.htm )
+ feature to erase old videos to not fill ...
by TheCorporation
Sat Sep 15, 2007 11:14 am
Forum: Windows
Topic: Looking for MJPEG library or code
Replies: 6
Views: 4570

> Maybe this can help?

No :-( (This code saves only .JPG files).
by TheCorporation
Fri Sep 14, 2007 7:03 pm
Forum: Windows
Topic: Looking for MJPEG library or code
Replies: 6
Views: 4570

Looking for MJPEG library or code

I'm a beginner with PureBasic, looking for MJPEG library or code (to save inside the JPEG pictures I capture from my webcam with my PureBasic program).

If someone can give me sometips please... :-|
by TheCorporation
Tue Jul 17, 2007 8:04 am
Forum: Coding Questions
Topic: The GetClipboardImage catch when used 24/24
Replies: 3
Views: 1344

Same. Note : I use PB 4.00
by TheCorporation
Mon Jul 16, 2007 11:26 pm
Forum: Coding Questions
Topic: The GetClipboardImage catch when used 24/24
Replies: 3
Views: 1344

The GetClipboardImage catch when used 24/24

Hi, I use the following code to get pictures from a webcam and save them 24/24.
http://www.purebasic.fr/english/viewtopic.php?t=24596&highlight=webcam

I just started coded this today. However I have a bad surprise, the code "disable" the clipboard for other applications (ie Notepad). Certainly ...
by TheCorporation
Mon Jul 16, 2007 11:00 pm
Forum: Coding Questions
Topic: How to set run priority?
Replies: 4
Views: 1444

Re: How to set run priority?

SetPriorityClass don't seem to exist under Pure Basic :-(

Max could you give me your test result ?
by TheCorporation
Mon Jul 16, 2007 10:16 pm
Forum: Coding Questions
Topic: Why can't I minimize this code ?
Replies: 5
Views: 2523

Great it works thanks.

(I'm a fan of your avatar !... Doh !).
by TheCorporation
Mon Jul 16, 2007 10:00 pm
Forum: Coding Questions
Topic: Why can't I minimize this code ?
Replies: 5
Views: 2523

Why can't I minimize this code ?

Please why can't I minimize this window ? (I want my software to start minimized).

If OpenWindow(0, 0, 0, #h, #w, "name", #PB_Window_ScreenCentered | #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_Minimize )
...
by TheCorporation
Mon Jul 16, 2007 8:28 pm
Forum: Coding Questions
Topic: WaitWindowEvent freeze my software :-(
Replies: 3
Views: 928

Thank you very much freak :D now it works 100% !.
by TheCorporation
Mon Jul 16, 2007 7:54 pm
Forum: Coding Questions
Topic: WaitWindowEvent freeze my software :-(
Replies: 3
Views: 928

WaitWindowEvent freeze my software :-(

WaitWindowEvent "freeze" my software :-(

I run a windows software that saves picture from my webcam every second.

I don't need to use the software once running, the problem is taht it seems that WaitWindowEvent disable my software a few seconds (3 to 6), and as soon I move the mouse on my ...
by TheCorporation
Fri Sep 15, 2006 8:08 am
Forum: Coding Questions
Topic: Set desktop metrics
Replies: 22
Views: 5898

Is it possible to let the change made to resolution when quitting Pure Basic ?

(Because this source code (or PB ?) get back to default settings when ending).