Opened 9 years ago

Closed 9 years ago

#1824 closed defect (fixed)

Fast switching bug in video capture device

Reported by: nanang Owned by: ming
Priority: normal Milestone: release-2.4
Component: pjmedia-videodev Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Video capture device supports fast switching, i.e: switch to other capture device without destroying+recreating device stream. However it seems to only work when the specified target capture device ID is a local index (internal device index in device factory), while application can only enumerate the global indexes. Note that for most real capture devices (not colorbar), global and local indexes have the same values, hence the issue was obscured.

Change History (1)

comment:1 Changed 9 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

In 4998:

Fixed #1824: Convert global index to local index for fast-switching feature of video capture device.

Note: See TracTickets for help on using tickets.