User Tools

Site Tools


pegasus_cam

This is an old revision of the document!


Pegasus Cam



 Pegasus Cam

The Pegasus Cam is a low-cost, low-latency network camera solution for educators, researchers, and inventors. Pegasus Cam utilizes a low-latency network stream to achieve “real-time” computer vision for typical computer vision applications such as AR-code recognition, facial detection, and person tracking. Pegasus Cam was made to be a low-cost solution to the expensive computer vision solutions available for today's robots, taking away the need to have expensive computers on the robot to perform on-board vision processing. With Pegasus Cam, computer vision algorithms can be run on a local or remote computer/server with increased processing power. The Pegasus Cam was designed to have the lowest latency possible, allowing real-time algorithms to be developed using the platform.

A paper on the development of the Pegasus Cam can be read on IEEE Xplore. This paper reviews the motivation for creating the Pegasus Cam, the methods used, and experimentation to demonstrate the low-latency capabilities of the Pegasus Cam.

The Pegasus currently comes in two forms: ROBOTIS-Mini and EveryDay. EveryDay Model COMING SOON

Purchasing

<HTML> <form action=“https://www.paypal.com/cgi-bin/webscr” method=“post” target=“_top”> <input type=“hidden” name=“cmd” value=“_s-xclick”> <input type=“hidden” name=“hosted_button_id” value=“FGNVTX4D7RDEG”> <table> <tr><td><input type=“hidden” name=“on0” value=“Pegasus Cam Version”>Pegasus Cam Version</td></tr><tr><td><select name=“os0”>

<option value="Kit (w/ Support)">Kit (w/ Support) $90.00 USD</option>
<option value="Plug-n-Play">Plug-n-Play $150.00 USD</option>
<option value="Donate">Donate $20.00 USD</option>

</select> </td></tr> </table> <input type=“hidden” name=“currency_code” value=“USD”> <input type=“image” src=“https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif” border=“0” name=“submit” alt=“PayPal - The safer, easier way to pay online!”> <img alt=“” border=“0” src=“https://www.paypalobjects.com/en_US/i/scr/pixel.gif” width=“1” height=“1”> </form>

</HTML>

Pegasus Cam Tutorials:

Pegasus Cam Overview

The Pegasus Cam utilizes a Raspberry Pi Zero W and Raspberry Pi Camera as the main hardware for its implementation. The Raspberry Pi Zero W was chosen for its integrated networking with built-in WiFi and low price. The Raspberry Pi Camera provides high quality video at 30 fps and has plug-n-play functionality with the Raspberry Pi Zero W. The specifications and pictures for the Raspberry Pi Zero W and the Raspberry Pi Camera can be seen below:

Raspberry Pi Zero W Raspberry Pi Camera Raspberry Pi Zero W ($10)

  • 1GHz, single-core CPU
  • 512MB RAM
  • 802.11 b/g/n wireless LAN
  • Bluetooth 4.1


Raspberry Pi Camera ($30)

  • 8 MP image sensor
  • 3280 x 2464 images
  • 1080p 30 FPS video



The Pegasus Cam operates on an ffmpeg streaming architecture originally developed by Silvan Melchoir, with optimizations to latency and OpenCV integration made for this version. The ffmpeg library is a highly powerful multi-media library for handling images and video streams locally and over networks. This framework allows the Pegasus Cam to seamlessly stream video over a network, and does so with low latency. The Pegasus Cam framework includes improvements to encoding, buffering, and stream management. Once the stream has been received by the web interface, it can then be integrated into OpenCV as a live camera source, allowing any OpenCV algorithm to be run just as in the case of a local camera. The full framework for the Pegasus Cam can be seen below:

 Pegasus Cam Architecture

Pegasus Cam Videos

This section contains videos showing the capabilities of the Pegasus Cam.

Aruco Marker Detection

This video shows the Pegasus Cam being used to detect Aruco markers that can be used for AR applications and motion capture systems.



Face Tracking

This video shows the Pegasus Cam being used to track faces using the Haar Cascades classifier.



Ball Tracking

This video shows the Pegasus Cam being used to track a red ball.



Real-Time Video Homography

This video shows 2 Pegasus Cams being used for real-time video homography over a network.



Contact

For questions about sourcing, purchasing, support, setup, usage, etc. Email: wallad3@unlv.nevada.edu

pegasus_cam.1552037699.txt.gz · Last modified: 2019/03/08 01:34 by dwallace