Search Results

Showing results 1 to 20 of 20
Search took 0.01 seconds.
Search: Posts Made By: Drowzee ; Forum: C# and child forums
Forum: C# Jul 18th, 2007
Replies: 0
Views: 2,663
Posted By Drowzee
Hello, again.

My time is nearly up on the Ultrasound GUI I've been working on, and I've got one last major feature to implement: continuous capture at a user-selected 1 to 30 frames/second rate....
Forum: C# Sep 1st, 2006
Replies: 0
Views: 2,373
Posted By Drowzee
Hello, everyone. It's been a while.

I'm still working on the same Ultrasound machine GUI, but I'd taken time off for summer courses. Fortunately, thanks to the help I received here, I have made...
Forum: C# Jun 19th, 2006
Replies: 2
Views: 7,869
Posted By Drowzee
Modified 'bSave_Click' to include pbCaptureImage.Image.Dispose() before attempting to rename the directory.

This forces the image to be removed from 'active' or 'accessed' status and lets the...
Forum: C# Jun 16th, 2006
Replies: 2
Views: 7,869
Posted By Drowzee
After further research, it appears that the problem is likely due to file share settings. That is to say, it is currently only allowing one process to access the file.

This gives me a few options...
Forum: C# Jun 14th, 2006
Replies: 2
Views: 7,869
Posted By Drowzee
I have a fairly simple set of controls that make up an image viewer.

The goal of this software is to allow image captures to be stored in a temporary directory, viewed in the image viewer, and...
Forum: C# Apr 21st, 2006
Replies: 5
Views: 3,627
Posted By Drowzee
Remember, companies hiring programmers want 'excellent oral and written communication skills', so I suggest learning the English language (or whatever is most appropriate) before going into the...
Forum: C# Apr 10th, 2006
Replies: 13
Views: 19,130
Posted By Drowzee
Okay, this is what I've done...


private void DelayAdjust()
{
System.Int64 frequ = 0;
if (QueryPerformanceFrequency(ref frequ) != 0)
{

dt.AllocateFrames(8);
Forum: C# Mar 31st, 2006
Replies: 13
Views: 19,130
Posted By Drowzee
I see... I've set the thread priority in a slightly different location so that the entire application runs at highest. Any downsides to that?


And while I understand what you're saying, the...
Forum: C# Mar 30th, 2006
Replies: 13
Views: 19,130
Posted By Drowzee
Ah, so the TOTAL time for one iteration of the loop should be 33 ms?
In retrospect, that should be a big ol' DUH on my part. Whoops.
...

I probably should've mentioned that this needs to be...
Forum: C# Mar 27th, 2006
Replies: 13
Views: 19,130
Posted By Drowzee
Well, it works, after a fashion.
For a 5 second run at 30 fps, the loop completes in 4.969 seconds and missed 8 frames, (0.05333 frame loss ratio) which I attribute to converting 33.3333 ms per...
Forum: C# Mar 26th, 2006
Replies: 13
Views: 19,130
Posted By Drowzee
Hello, again!

I was under the impression that the reason why pointers were no longer used was because C# could shuffle memory storage space around to improve performance while the program was...
Forum: C# Mar 24th, 2006
Replies: 13
Views: 19,130
Posted By Drowzee
Okay, I'm trying that.

However, the way this capture card works makes it impossible to have two instances of the capturing object successfully operate off the camera simultaneously.

The capture...
Forum: C# Mar 13th, 2006
Replies: 13
Views: 19,130
Posted By Drowzee
Thank you!

I'm not sure it's precisely what I'm looking for, but this will be very helpful in seeing where the previous version of the code is having trouble.
Forum: C# Mar 10th, 2006
Replies: 13
Views: 19,130
Posted By Drowzee
Hello, everyone.

I'm working on rebuilding a GUI for an ultrasound machine and magnetic position sensor.
I'm rebuilding the GUI because the previous coder's work ran too slowly, not allowing for...
Forum: C# Feb 24th, 2006
Replies: 0
Views: 5,133
Posted By Drowzee
Hello, all.

After trying to wade through a great deal of undocumented and uncommented code in order to speed up a frame capture rate, I've decided that, for my sanity and that of my boss and any...
Forum: C# Feb 10th, 2006
Replies: 4
Views: 2,479
Posted By Drowzee
You are correct in that this was probably compiled on another system.
I am not aware of updated .dlls on this system, but the issue remains: I only get the active X stuff when I try to make the code...
Forum: C# Feb 10th, 2006
Replies: 4
Views: 2,479
Posted By Drowzee
Actually, it wasn't.

Now, if I delete the project folder and extract the full project again, the same Null reference (or active X) exception occurs when I don't make any changes to the files.
Forum: C# Feb 10th, 2006
Replies: 4
Views: 2,479
Posted By Drowzee
I have a dilemma.

I have a program that I was able to compile and run successfully when I first unzipped the files, but the buttons used to do frame acquisition were hidden off to the side.
...
Forum: C# Feb 5th, 2006
Replies: 2
Views: 12,334
Posted By Drowzee
I believe that it is called outside frmSetup. I don't have the code in front of me (I can talk about what I'm doing, but I can't bring it home), but Thanks for the response, and I'll check into that...
Forum: C# Feb 4th, 2006
Replies: 2
Views: 12,334
Posted By Drowzee
Hello, all. I'm working on a new project now that I can talk about.

I've been hired to fix code that performs frame capture and magnetic sensor telemetry.

I haven't worked in C# before this,...
Showing results 1 to 20 of 20

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC