Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Replaying multimedia data.

Reply
Thread Tools

Replaying multimedia data.

 
 
igorcarron@gmail.com
Guest
Posts: n/a
 
      04-18-2005
Hello,

On a robotic project I am working on, I am taking data through
different sensors (cameras, acceleration, gyroscopes,....) and store
the attendant data into files for further processing.

When I am done gathering data, I read them offline using nearly the
same script as the one I used to gather them. While I don't have a
problem with reading them in a text format, I would like to display
them to others than myself in a way that is visually appealing.
Something along the lines of "replaying" the data. In other words,
traces like acceleration, would be appearing on a graph as if the robot
was evolving over time after I push a "replay" button. I'd like to do
that not only for the nine traces (1-d plots) I have but also with the
frames taken the camera (in effect, the screen would show a cartoon of
frames of what the robot saw during the data gathering) in real-time.


I don't think it is difficult using python and something like PIL, but
I am wondering if any of you know of a project that had this similar
feel so I could hack it to fit to the data I gathered.

Thanks in advance for any pointers,

Igor.

 
Reply With Quote
 
 
 
 
Diez B. Roggisch
Guest
Posts: n/a
 
      04-18-2005
> When I am done gathering data, I read them offline using nearly the
> same script as the one I used to gather them. While I don't have a
> problem with reading them in a text format, I would like to display
> them to others than myself in a way that is visually appealing.
> Something along the lines of "replaying" the data. In other words,
> traces like acceleration, would be appearing on a graph as if the robot
> was evolving over time after I push a "replay" button. I'd like to do
> that not only for the nine traces (1-d plots) I have but also with the
> frames taken the camera (in effect, the screen would show a cartoon of
> frames of what the robot saw during the data gathering) in real-time.


For the sensors, you could use PyQwt. It's a great collection of widgets for
displaying scientific data.

The image data - well, you can display images of various formats using Qt
(and other toolkits too, of course). So you have to provide them with that
data.
--
Regards,

Diez B. Roggisch
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Replaying RTP packets CKT VOIP 0 09-17-2008 08:06 AM
help re recording/replaying (i.e. automating) HTTP interactions to aweb-site??? Greg Hauptmann Ruby 12 04-28-2008 12:09 PM
Vantec AVOX Jukebox Multimedia Player Video Review #602: Silverstrand Front Page News 0 09-22-2005 10:27 PM
Review: BTC USB Multimedia Keyboard (9001AH) Silverstrand Reviews & How-To's 0 06-20-2005 02:37 AM
Any Tools/Libraries for Replaying IP Packets? Sven C. Koehler Ruby 3 03-28-2005 08:01 PM



Advertisments