251 questions
-1
votes
0
answers
25
views
Punch-In/Out Machine Downtime Visual Tracker [closed]
Programming nooblette here.
I'm looking to create a simple program to track machine downtime on my production line.
These are the requirements:
Open program and prompt to confirm the current date / ...
0
votes
1
answer
168
views
How to get IMEI from teltonika FMC003 gps tracker to nodejs server, acknowledge it and get other AVL data?
In the FMCOO3 GPRS settings there is server settings. I've considered that it is my backend server so I have added my nodejs server(domain name) as it is app platform deployed in digitalocean and its ...
0
votes
0
answers
27
views
I need to know what I should answer as ACK to a GPS tracker protocol named TQ
I'm trying to develop a new WinForm App to receive data from a Chinese GPS tracker.
The packets are like this
*HQ,1054115795,V6,151202,V,3534.2406,S,5939.5911,W,0.00,268.00,290424,FFFFFBFF,727,07,...
0
votes
0
answers
207
views
Re-Identification while using YOLOv8 + ByteTrack on real time RTSP stream
I'm working on a project which requires vehicles to be detected real time and get the number of vehicles at any instance of time. I am using YOLOv8 + ByteTrack for this purpose. However, when I run my ...
0
votes
0
answers
22
views
How to change the person my code was following/tracking by clicking or selecting another person by mouse? Rest details of project below
I'm creating a code for tshirt detection of a person and follow him in a group of peoples.
So, that in a vedio of group of peoples my code will follow/track a single person, by identifying the color ...
0
votes
0
answers
165
views
module 'cv2' has no attribute 'TrackerCSRT_create'
I try to run the following code, but there is an AttributeError. I have tried everything but anything works. If anyone has any idea feel free to tell me.
--
import cv2
import time
import math
p1 = ...
-4
votes
1
answer
76
views
how can i know or set id for any HTTP request in Laravel
I want to analyze how the user works on the website. For example, he opens the pages of the site in order:
-> main page -> product page -> detail page -> ...
That's why I use the "...
2
votes
0
answers
160
views
Torrent Trackers return port 0 in for peer in peer list
I've began writing a torrent application in Go, and I've now gotten to parsing the HTTP tracker response, however, after trying with several different torrents, each time I've gotten a valid IP ...
1
vote
1
answer
910
views
Tracker Algorithms in Open cv install
Hello ı tried to use tracker algorithms but ı couldn't use also ı tried to install API's
pip install opencv-contrib-python
and here is my code
import cv2
def ask_for_tracker():
print("...
2
votes
1
answer
63
views
Idle Time is not being calculated
I am implementing a tracker for my system which will track user active time and idle time. I am not able to get idle time from the following code. Can any body help me?
My code is as follows:
using ...
0
votes
1
answer
40
views
Trying to make crosshair into mouse with Pygame
#I'm trying to make a duck hunt style game and I need the mouse to turn into a crosshair that follows around the mouse. I got it to follow it around but it just appears not on the mouse but in the ...
1
vote
0
answers
145
views
gsutil command error - [No space left on device. This can happen if gsutil is configured to save tracker files to an unwritable directory]
When trying to run the gsutil command, as follows:
mkdir -p train_data
gsutil -m cp -r $train_data_gcs_path train_data/
The above commands copies upto 80% data out of 105GB of data and then throws ...
0
votes
1
answer
193
views
[ByteTrack]Tuple indices must be integers or slices, not tuple
I can't figure out how to pass detections to ByteTrack (https://github.com/ifzhang/ByteTrack)
I tried to follow the instructions given by the creator but nothing went as planned.
Here is my code:
#...
0
votes
1
answer
263
views
One of the following macros is required in code snippet: %%VIEW_URL_UNESC%%, %%VIEW_URL_ESC%%
I want to add One of the following macros %%VIEW_URL_UNESC%%, %%VIEW_URL_ESC%%. to the below tag:
`<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script&...
0
votes
1
answer
315
views
My GPS U-blox NEO6M is returning NULL continuously instead of lat, long values
I have interfaced my ESP32 with a ublox GPS tracker NEO-6M module. It is continuously printing NULL on the serial monitor and even after 10 to 15seconds it prints NULL. What could be the possible ...