Click here to Skip to main content
15,897,273 members
Everything / Tracking

Tracking

tracking

Great Reads

by majid torfi
Snapshot desktop application and tracking
by Harsha Bopuri
Get a list of all files that are modified from a date or change set

Latest Articles

by Harsha Bopuri
Get a list of all files that are modified from a date or change set
by majid torfi
Snapshot desktop application and tracking

All Articles

Sort by Score

Tracking 

20 Sep 2014 by George Jonsson
You should most likely look into the NMEA standard. Most GPS devices out there should support that.http://www.nmea.org/[^]Wikipedia NMEA 0183[^]NMEA Data[^]
28 Apr 2015 by Sergey Alexandrovich Kryukov
"Pause in the function" is possible (some blocking call, whatever it is), but it won't help you. Such "pause" is just a wrong idea.Animation is the sequence of the calls to window.requestAnimationFrame, optionally, with some data needed for frame rendering and, typically, time stamp to be...
12 Oct 2017 by Ben J. Boyle
I may be wrong or out of date, but I think that would fall under "things we don't let browsers do for security reasons" and you won't be able to connect to the device with JavaScript. You may need to have a server component accessing the device and serving data to the web page via a web service...
13 Oct 2019 by Dave Kreskowiak
The error message is very specific. Look at the line where you define your path: string resourceDir = " D:\\image\\OpenHandLeft_BW'"; You have a space before the D in your path and you also ended the path with a ' character. Remove those two characters and it should work.
24 Jan 2022 by Richard MacCutchan
See 7. Input and Output — Python 3.9.10 documentation[^], which explains how to format values into text, and how to write to a file. You may also like to look at json — JSON encoder and decoder — Python 3.9.10 documentation[^] which is a good way...
20 Jun 2013 by fridrai raissi
Hi everybodyon one side, i've developped a python code for tracking and sending sms then implemented it on the gm862-gps moduleon the other side i've developped a vb.net window application, on which we can manage the tracking history and the instontaneous onenow i'm stuck: how should...
27 Jun 2013 by coder-project-name
I have a DB where I am not allowed to change the schema and the tables do not have last mod time in them. I need to query this DB data daily and check if there are any rows that changed. I thought combining the columns and hashing it with one of the columns also as key of hash, and write the...
13 Jan 2014 by Andrias Melianus Siwabessy
Hi, I'm building a website about GPS tracker.But I'm having difficulties to retrieve the position data (latitude & longitude) from the GPS Tracer device over the GPRS.How does the tracker send the position data to the server?Because I want to store it to the MySQL database.
19 May 2014 by orgiliih
How to get old changes of a table row?Please see below to get close:when I update a row:update tTable set Note='test note 1' where id = 100 -- on 2014-05-13update tTable set Note='test note 5' where id = 100 -- on 2014-05-16update tTable set Note='test note 9' where id = 100 -- on...
19 May 2014 by Kornfeld Eliyahu Peter
Your update command wrote the new value every time on the same row, updating the column (and if there are more than one rows with the same id it updates all of them), and SQL has no mechanism to store history - that's something you have to...
1 Jun 2014 by kartikadh
haii... i'm new in aforge...i have code to track object based on color but only one colori use HSL filter to track objectbut how to track multiple color and display it together in live webcam..
3 Jul 2014 by himanshuchawla4393
I want to track Email if opened by user and increase the count in my database.I have tried a lot a things like image sending and bgsound but none of them worked. But now i will do with the help of image sending. I am not getting the idea of how to send a callback to the database to increase...
7 Jul 2014 by Member 10801943
I want to test a GPRMC HTTP server in my OpenGTS application. I've set up the web interface as per the configuration instructions on: opengts.sourceforge.net/OpenGTS_Config.pdfAs far as the gprmc server goes, the instructions are pretty vague. I am attempting to add a gps point via http...
21 Jul 2014 by Andréa VR
I'm new to the image processing field. I'm currently trying to detect multiple persons in a video using the SURF algorithm with SVM training for detection, and the particle filter for tracking. So far, I used the bag-of-features to build a vocabulary and cluster keypoints from a set of images...
9 Sep 2014 by stamantp
Did you deploy the gprmc.war file? You need that file to parse the querystring.
11 Feb 2015 by CHill60
I think it is far more acceptable for a final studies project to do some research with the manufacturer than it is to ask here for a solution!After all ...Member Ammoula Essaid said:i should do all by my self However, valid research is usually acceptable in any project - but note that...
21 Feb 2015 by Dave Kreskowiak
If you're asking about running your code on a PC and connecting to some arbitrary mobile device and getting it's GPS location, then the answer is no.
28 Apr 2015 by yassine101
Hello I developed a tracking application with javascript and now i can play a trace of my cars using a animation function. Next I want to create a function that can pause the trace in any moment after click of the 'pause' button [pause the animation]. i tried something like : var doChange =...
26 Jun 2015 by OriginalGriff
You can't.There is no reliable system for detecting "good" email accounts - which is effectively what you are trying to do. The reason for that is that spammers and phishers try to access such information in order to target live accounts rather than fictitious ones.So I'm sorry, but you...
27 Jun 2015 by OriginalGriff
No. It's not possible.See your previous question on exactly the same subject: how to track an email delivered to inbox of customer?[^]
27 Jun 2015 by F-ES Sitecore
You can't track blocked mails either. You can't track any emails. You can register bounced emails by monitoring the email address they are returned to, but that's all.
10 Sep 2015 by Member 11179782
Hello, So in order to graduate we have to submit a project. I decided to use blinking and eye tracking to type. It would work as follows, a keyboard would appear on the screen, then the eye tracking system would follow the eye movements, when the person blinks at a particular letter, that...
19 Jan 2016 by Member 11270176
Hello all, I am using OpenGTS-v2.5.9. I wanted to add some new fields into device admin page (web interface), I have tried adding the code in DeviceInfo.java but when I recompile and deploy I dont find those new fields added to device admin page. So please guide me in obtaining the new...
24 Feb 2016 by Member 10751415
Hi developers, there will be a way to perform a scan with more than 2 persons with the kinect sdk 1.8.I want to use the kinect sdk for trackingI use C#, Windows Form, Kinect Sdk 1.8, EmguCv.Greeting.What I have tried:try to keep track with the skeletons but only works for two...
7 Mar 2016 by Patrice T
Quote:How can I start with it Start by discard this project and learn the different fields that you will need to complete the project.Your question tells us that you lack the knowledge needed to complete the project?
29 Apr 2019 by Member 14345483
I want to be able to track the source of a site conversion if a user leaves the original landing page that has the UTM tracking code on. Example: 1. User clicks my google ad that leads to www.mysite.com/free-trial?utm_campaign=xyz where the end goal of this page is form submission for a free...
13 Oct 2019 by Member 14129828
I want to load a sequence of images one by one for tracking it but I have a problem with getting it. I saved the sequence in "OpenHandLeft_BW"folder inside the" image" folder then I called it in the program. What I have tried: List fromFiles() { ...
19 Oct 2019 by Member 14129828
I want to track 265 Sequence images which saved in "D:\\Resources\\Sequence" I get warning that videoCapture is never assigned to, and will always have its default value null...and when I run it I get this message " "Cannot find any camera!" "...I don't know how to solve this problem..could...
19 Oct 2019 by RickZeeland
If you want to work without a camera and only with files, use this as the first line in your code: #DEFINE FILE_CAPTURE You probably also need this line: ImageStreamReader videoCapture; Also see: #define - C# Reference | Microsoft Docs[^] And: Introducing Portable Imaging IO Library for C#[^]
16 Dec 2020 by Gerry Schmitz
I have a "story board" (UWP / WPF) of the earth circulating the sun (x, y, rotation, radius vector) over n frames. I use a timer to monitor and report progress. I know where the earth is supposed to be (based on elapsed time of the story...
3 Sep 2021 by UXDirector
I have a page which has 6 identical links that depends on referralTokenValue to track clicks from site A to B. The link uses the following link structure: Get Started Because...
3 Sep 2021 by Richard Deeming
Drop the referral token from the links. Add some means of identifying the links from Javascript. Eg: Get Started Then use querySelectorAll to find the links and update them: ...
17 Dec 2021 by Member 15471467
I need to code an iframe on my site to trigger a "thank you" page on the main page where it is embedded because I don't have access to the source code of the form that is iframed. What I have tried: I saw a forum here asking the same question,...
24 Jan 2022 by Isaac Nimco
I recently started on a ball tracking project using open cv and python. I got the tracking to work but I wanted to store the position of the ball every frame in a txt file. Since I am a new developer I had no idea what to do. If you know how to...
16 Dec 2020 by Meysam Ramezani
I am trying to simulate the antenna pointing error of our antenna when tracking LEO satellites using TLE data. I am using the Skyfield library in python. First I loaded the TLE data from the Celestrak website, then selected the satellite from the...
10 Sep 2015 by Richard MacCutchan
If you do not know where to start, then you need to ask yourself if this is a good subject to work on. If you are really determined to continue with this project then you first need to understand camera capture features in whichever OS you plan to implement (Windows, Mac, Android, Linux). The...
21 Oct 2014 by majid torfi
Snapshot desktop application and tracking
12 Dec 2014 by Harsha Bopuri
Get a list of all files that are modified from a date or change set
23 Dec 2013 by Member 10484238
Our own developed ad server has only conversion tracking via IMG-tag right now.But we cannot use that for tracking mobile app installs. We need to integrate a postback tracking now.Can anybody assist us in doing that?
11 Feb 2015 by Inte Manager
I want to do real time eye detection, can any one tell me how can I do that.It would be a great help for me.
20 Jul 2015 by Narendra Singh
HELLO ALL I AM DEVELOPING AN APPLICATION WHERE I NEED TO SETUP COMMUNICATION BETWEEN DEVICE AND MY APPLICATION. WHERE CUSTOMER MAY KNOW THE LIVE LOCATION OF FLEETS ON GOOGLE MAPS.PLEASE HELP ME. HOW I WILL ABLE TO MAKE COMMUNICATION. DEVICE'S MANUFACTURER DO NOT PROVIDE API FOR DEVICE....
1 Sep 2015 by Eng.Yahya92
I am developing a WPF application which a part of it is tracking tracks location through drivers android devicesI am new to such topic, can you suggest scenarios ?
8 Aug 2013 by Saeid Mohammadpour
I have searched so much in web in order to find a way to simply tracking registered user's activity and then displaying the logs in a web form page.I found some techniques including custom codes and dlls , but unfortunately i couldn't implement and use them properly in my application. so i...
12 Jan 2014 by FahdSanaullah
Hello,Hi, I'm creating a website in which a visitor can vote on something without creating an account (just like Yahoo voting polls).Now, how do I accomplish that? The only way I've found is evercookie. But the problem is, I can't find any beginner-tutorials on this.Any...
15 Dec 2014 by tobu008
I have to track [spam link] contact form which is in iframe in wordpress. I need to track this contactform in GA account. How can I do this?
11 Feb 2015 by Member Ammoula Essaid
hi to all , please someone can help me , i work in the project " Gps tracking " i need to khnow how can i program the gps reader (how can i receive the datastream from Gps device ) , and how save it in a data base . Thanks a lot
20 Feb 2015 by Member 3892343
I want to ask a question if there is any way to Access (with some sdk or directly) a mobile phone gps and view it's location in google maps or similar? do I have to install some client on the phone? I don't want to track it via sms but Real time.
26 Jun 2015 by Mohan_J
hi, i need to track the delivered email to customer. And I will save the tracked customer id into my database. I dont want to track while opening the email or while clicking the email. I required to track the mail reached the customer inbox as soon as possible.The correct answer would be...
12 Oct 2017 by Member 13461603
I currently develop a real-time tracking system for my final year project. to track current location I have to use GPS tracker device. but I don't know how can I retrieve current location of the vehicle using javascript and display it's into HTML. can u give me suggestion what GPS tracker can I...
19 Mar 2022 by BAHA 2022
HELLO How can I select the object with the mouse using the in visual studio webcam and have the program follow the selected object? I was only able to operate the camera please help What I have tried: I was only able to operate the camera