Ignore:
Timestamp:
Jan 9, 2011, 9:30:53 PM (14 years ago)
Author:
dkearney
Message:

updates for video widgets
two new video dials
video chooser widget for selecting movies
video preview widget is a no frills movie player.
updated c code to more correctly report the last frame of the movie.
new video speed widget which allows for fractional values between 0x and 1.0x
updated piv/pve example application
fixed "release" function in tcl bindings for RpVideo?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/videodial.tcl

    r1979 r2023  
    682682        foreach {x0 y0 x1 y1} [$c bbox $item] break
    683683        if {! [info exists y1]} continue
    684          puts stderr "$item : [expr $y1-$y0]: $y0 $y1"
     684        puts stderr "$item : [expr $y1-$y0]: $y0 $y1"
    685685        lappend q $y0 $y1
    686686    }
Note: See TracChangeset for help on using the changeset viewer.