1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 <2007> 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 <2007> 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Frame rate performance (was: firewire video on RTEMS-4.6.x-MVME5500) |
From: | Steve Shoaf <[email protected]> |
To: | Emmanuel Mayssat <[email protected]> |
Cc: | [email protected] |
Date: | Wed, 10 Oct 2007 15:13:27 -0500 |
Hello all,
I tried frame grabber, etc. recently decided to move to an AXIS video
server. The asyn/epics driver is in development. We are reading the
mjpeg video stream (using the GPL code from axmjpeg). The throughput of
the video stream on the network can be throttled on the server side. We
use interrupt to trigger frame processing.
We completed performance testing. We can achieve the 30 frames per
second benchmark. I was shocked with the achieved performance. This
solution rocks! I gave myself a pat on the back just for thinking of it!
Load on cpu < 5%, load on local area network... negligible.
What takes time is the processing of each frame (background subtraction,
ROI, intensity monitor, etc.), so this part needs to be optimized. This
is actively being developed/reviewed.
-- Emmanuel
Here at the CLS we're using linux-based soft IOCs to communicate with Flea and Flea2 cameras. We're having difficulty in achieving video frame rates greater than about 10 Hz at 640x480 resolution. I'm interested to know how you are getting such fine performance (aside from using RTEMS :-)