🎦 Real-time computer vision (on an edge device!) 🚀 - #3: Retrieving webcam footage
- Article History
- RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
In the third video of this four-part series, you'll learn how to develop a streaming analytics model and how to retrieve the footage from a webcam.
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.
Viewer
Download simple_viewer.zip below and unzip. Open the file in your favorite web browser. Use the following URL parameters and adjust the server to your Jetson's IP address, e.g.
simple_viewer.html?server=192.168.1.158:31415&cq=cq1&project=RealTimeComputerVision&window=Source
I don't have access to SAS ESP Studio
That's too bad, but luckily you can download the model below. Put this file on the Jetson device. Then, in the ESP server startup add the model parameter, e.g.
dfesp_xml_server -http 31415 -pubsub 31416 -model "file:///home/jetson/sas-computer-vision/RealTimeComputerVision.xml"
You can now start the viewer to see the webcam footage.
Articles in this computer vision series
Part 3: Retrieving webcam footage
Part 4: Object detection on webcam footage