[Bug 665109] New: PATCH: dc1394 source add fomat7 colorcoding _RAW8 & _RAW16

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 29 00:16:42 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=665109
  GStreamer | gst-plugins-bad | unspecified

           Summary: PATCH: dc1394 source add fomat7 colorcoding _RAW8 &
                    _RAW16
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sschulz at techfak.uni-bielefeld.de
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=202353)
 View: https://bugzilla.gnome.org/attachment.cgi?id=202353
 Review: https://bugzilla.gnome.org/review?bug=665109&attachment=202353

mode7: use roi instead of imagesize only

I already sent this to the mailinglist but i was told to post it here.

We patched the dc1394 plugin in order to use 
dc1394_format7_set_roi() instead of dc1394_format7_set_image_size()
and added the roi_top, roi_left to the caps.

with this modification it is possible to set the format 7 
window size AND the position of the window.

Example: 
- the camera can grab in 1280x768
- set window size to 640x480
- set roi_left=200, roi_top=200
-> the camera will grab the 640x480 region starting at 200,200

If the roi_* caps are not given, the window will be sampled at 0,0


- Simon

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list