Develop A Program For Finding Location Of An Object In Cctv Camera Range?
May 26, 2012
Is it possible to develop a program in vb.net which can find the location of vehicle in a cctv camera range?if possible ,what are the APIs and technologies used for it?can any one suggest any link or the steps involved in this process...?
View 5 Replies
ADVERTISEMENT
Jul 23, 2010
what im after is advice on writing a vb app. that compares the difference between two images captured from a cctv camera of a sports shooting target. the difference is a bullet hole in the target. i would also like the program to identify a score the bullet makes in relation to its location on the target and have that as an audio output sound file. the targets will be uniform so the template the program has never changes.
View 4 Replies
Mar 12, 2009
i bought one device(ip camera) and i need to develop vb.net application to see video or picture from ip camera.
View 1 Replies
Dec 4, 2010
I am attempting to calculate a range of prime numbers determined by two user inputs (textboxes) I have the following code, but it displays nothing but zeros in the multiline textbox. I just need a bit of guidance here as to what is causing my code to show nothing but zeros.
Public Class PrimeNumbers
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim lowBound As Double
Dim upBound As Double
[code]....
View 3 Replies
Aug 2, 2011
I have an Excel template that contains numerous pre-defined charts and a program that opens this template and collects data used to populate the charts. This works great but I now want to adjust the series length so that the charts only used the data collected (not a range of 32000). I'm trying to iterate through the charts and determine the range for each series of each chart but not having much luck. The snippet below allows me to see the xvalues but does not return any information as to where this data is located. Does anyone know how to extract the range for each series in a chart?
[Code]...
View 1 Replies
Nov 24, 2011
I have a Huawei E156G 3G dongle and i want to use it to find my current location using VB or C# like it happened in google maps for mobile. Can i use AT Commands to achieve this or is this possible.
View 1 Replies
Sep 10, 2009
How do you find the location of the little blinking cursor where the user can type, column and row? I couldn't find this anywhere.
View 1 Replies
Oct 8, 2010
I want to get the border of the form when its load but how? Then I'll compare between the form location and the mouse ,if the mouse out of the form, the visibility is false when the mouse move or key press up /down and become in the form border, the form visibility must be true. How to find the x and y values to the form?
View 2 Replies
Sep 4, 2009
I have a aspx project, I'm using web developer 2005. I am currently trying to locate the exact location of my project. I have no clue how to do it as I only know the intranet address. like the localhost and all. I need to find out the exact location of the project from the intranet address which is only any name. Is there anyway to find out?
View 1 Replies
Jun 13, 2012
Basically I am looking for a means within a asp.net 2.0 (or higher) application, to identify a time zone and UTC offset for a specific location and date. I want to be able to look up the time zone rules using either city & state, Zip, or LAT & LON I have an event database that tracks location, date and time for the events. Times are recorder relative to the event and the records do not currenlty indicate the timezone for the event or whether or not DST is in effect. Recently, I have encountered a situation where I need to link several events across different time zones. What I am looking to do is:
first, record a master event, say for August 13 2012 at 8:PM in New York, NY 10021
Second I need to record a related event in Houston TX.
When I record the related event I want it to automatically populate the date and time relative to its local time time zone rules. To do this it needs to be able to identify the effective timezone and UTC offset for the master event as well as the linked event so that I can calculate the correct date and time to display on the satelite program. As a future update I would probably capture the time zone /utc offsets with each program so that I don't have to recalculate the master record each time I want to add a related event.
So far I have not seen a way from system.timezone or timezoneinfo to be able to look up a timezone and the effective UTC offset of a given date and location.
View 2 Replies
Mar 11, 2009
following error message:
Method not found: Void Excel.Range.set_Value(System.Object,System.Object)
View 4 Replies
Aug 9, 2011
Want to develop POS program in visual basic?
View 2 Replies
Apr 18, 2011
i have just downloaded visual basic 2008.i have no idea how to use it, but i want to design a program that,down loads cctv drain camera footage so that i can makes reports. is this possible.
View 1 Replies
Dec 24, 2009
i am trying to develop a program that will get all the processes in the task manager and from there, i'll get a specific application so that i will restart it. the problem is this:
I can call that specific application yet before restarting it i shall manipulate it's pause button before i can actually kill it,.HOw do i "click" the pause button on the called application? Can you help me with the code that i need to use?
View 3 Replies
Jul 13, 2011
I'm having problems with a stock program that I'm developing. It's a program that adds a quantity of products to a field called stock quantity in a table named Stocks. In the part of adding a quantity inserted by the user it's ok, it works, but it adds to all fields in the table.I need that the user may choose also the product Id of the product to add, in order to prevent the situation above.
[code]...
View 10 Replies
Oct 3, 2009
I have no problems with the Syntax Errors.So far the only problems I'm having are with the Runtime Errors and Logistic Errors.
View 4 Replies
Jan 7, 2012
I'm starting to work through Murach's ASP.Net 4 Web programming with vb2010.
Do I leave the 2010 studio default collection of settings from Visual Basic Development to Web Development or Web Development(Code Only) in order to follow the examples and learn to develop web pages? And are there other things I should do to set up the enviornment for persuing this.
View 1 Replies
May 3, 2011
As I need a program to develop an ebook, I wrote one. But perhaps I am re-inventing the wheel. Does such a program already exist in visual basic, that is to say is it available in the forums? If not I am willing to upload it.
View 16 Replies
Feb 15, 2011
I'm trying to develop a simple program which will show a form with a listbox and a button. The buttom will allow a listbox entry to be selected and close the form. The entry will them be sent to the previous open application.
For example, I could select my postcode from the listbox and have it sent to the currently selected field in my internet browser. Or the current date to my text editor.[code]...
View 1 Replies
Jul 11, 2010
I want to develop Modbus RTU Master program ..
I am expert in Modbus communication and I have designed the Modbus pre-programmed remote controls ,, Now I want to interface some Modbus RTU slave devices to my own developed application ...
I am much familiar with the Modbus RTU syntax and I've tried following to initiate the the master query but I am getting initial 3 bytes ok ,, rest of the bytes are changing the values on COM port so slave is not responding to my command ..
CODE:
View 8 Replies
Jul 21, 2009
I dont know how 2 develop PDA system... using vb.net
View 3 Replies
Aug 1, 2011
I have : Dim cell As Excel.Range = sheet.Range("A2") Console.WriteLine("Cell references to = " + ????? ) What should I replace ????? with to get A2 printed in its place?
View 2 Replies
Jul 11, 2010
I want to develop Modbus RTU Master program ..I am expert in Modbus communication and I have designed the Modbus pre-programmed remote controls ,, Now I want to interface some Modbus RTU slave devices to my own developed application ... and looking for kind guidance ..I am much familiar with the Modbus RTU syntax and I've tried following to initiate the the master query but I am getting initial 3 bytes ok ,, rest of them are changing the values on COM port so slave is not responding to my command ..
******************************
Private Sub Button10_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button10.Click
Dim BYTE1 As Byte = 1
Dim BYTE2 As Byte = 6
[code].....
View 1 Replies
Jan 22, 2009
I'm trying to develop a program structure in very broad terms. At this point, the Forms used do nothing but call other Forms and allow for their closure. After startup and initialization activities, I want the user to set up options and run the program. The program can be run again (click one button) and again with the same options, or (click another), the options can be changed for the next and subsequent runs. Clicking a third button will cause shutdown activities to be performed.
Sounds pretty simple. However, I get the options form the first time, but subsequent ShowDialog calls cause the form to pop up (I detected a Load and an Activated call) for an instant, then disappear, and the program rolls on without permitting option selection, even though the key variable NewSetup is definitely True.
Code:
Public Class RunMain
<STAThread()> _
Shared Sub Main()
[code]....
View 6 Replies
Jul 14, 2011
am looking to develop a simple program which inputs a students details and prints to the output,
View 3 Replies
Jan 17, 2009
I need to know how to develop an inventory system using vb.net with msaccess
View 1 Replies
Dec 30, 2009
i have got a object of attribute and i want to know what is its node name (who contain this attribut).
View 2 Replies
Aug 3, 2009
Here's my application:
I plan on creating a piece of software that will run through some checks on about 200+ CCTV units we have installed along a highway.
I can view any stream by using VLC with the multicast ip (all video is running through a vbrick which is converted into mpeg format)
Now i would just like to be able to view it in my program itself.
View 1 Replies
Feb 25, 2008
plan on creating a piece of software that will run through some checks on about 200+ CCTV units we have installed along a highway.I can view any stream by using VLC with the multicast ip (all video is running through a vbrick which is converted into mpeg format)
View 10 Replies
Jan 12, 2010
I accidentally deleted my a statusStrip which housed my toolstrip progressbar and toolstrip label. Now I cant see the label of the progress bar????
View 5 Replies