question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Data page shows Counter and Tracker while counting, but goes blank after counting [Jetson Nano, JetPack 4.3]

See original GitHub issue

I installed ODC 3.0.1 on a Jetson Nano via the Docker method. When I access ODC via http://192.168.0.11:8080/ and upload a video file to count the vehicles, it seems to work. However, the Data tab / area is blank at the beginning, has content during Recording, and goes blank again after the recording. I thus cannot download the data.

The counts from the Counter view seem to be correct though. The Console gives a ton of errors like the following: (node:119) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag –unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 6549) (node:119) UnhandledPromiseRejectionWarning: MongoServerSelectionError: getaddrinfo EAI_AGAIN mongo at Timeout._onTimeout (/var/local/opendatacam/node_modules/mongodb/lib/core/sdam/topology.js:430:30) at listOnTimeout (internal/timers.js:549:17) at processTimers (internal/timers.js:492:7)

Should I download the data midstream, even if the recording is still “Ongoing”, so I can download the data?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:29 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
kyutumscommented, Aug 14, 2021

I think I did. Looking back, I’m not so sure now. 😄 I’ll try giving it a whirl again. 😃

0reactions
yauhcommented, Aug 14, 2021

Ran into the same issue. When I tried to install another instance of a docker container on my Synology NAS to point opendatacam to use it I saw the error message that the CPU was not supported for Mongo v5. Downgraded to 4.x and it worked flawlessly. Also when I did this on the Jetson, all was well. So indeed, it is a hardware support issue, mongo 5 introduces more requirements re: the CPU it is willing to run on. 🤷

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jetson Nano HDMI Display No Output
I have 3 Jetson Nanos. First, I installed jetpack 4.6.1 and was testing people counting and tracking based on real-time video using TensorFlow....
Read more >
Counting People and Bicycles in Real Time Using YOLO on ...
The present work describes an application where an edge device is used to run a YOLO network and V-IOU tracker to count people...
Read more >
AI on the Jetson Nano LESSON 36 - YouTube
AI on the Jetson Nano LESSON 36: Updating to NVIDIA Jetpack 4.3 ... OK, now this is the gear I am using for...
Read more >
How to install People Counting Toolkit on your Jetson devices
People Counting Toolkit is a commercial product of Nilvana® AI. The installation procedure is quite simple. You must first request a software activation ......
Read more >
Machine Learning and Vision Using Edge Devices for ...
Figure 2.3: Arduino Uno. Due to these hardware and software features, jetson nano is used in several application like ob- ject detection and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found