Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hey I having some trouble with my project and was wondering if someone can help me out here.

I am developing a program which on the background I want it to run some image processing code to detection intruder- capture img from webcam and process it continuously. And on the user interface I have other stuff like send sms and email etc .

 

When the program starts the image processing code starts running continuously and if user clicks say "send sms" on the user interface, I want the image processing code to stop and then after the sms code is done, I want the image processing code to continue from where it was left off, just like interrupt in microcontroller.

 

I am new to vb .net so pls give me more details on what you mean...ie skeleton code would be apprec..

Posted
This all depends on how you are doing the image processing. Are you using loops, threads, timers or something else?
.Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...