如何使用v4l2loopback和gstreamer反转视频?

时间:2016-03-15 13:03:04

标签: gstreamer v4l2loopback

我正在尝试垂直反转视频,但我得到以下内容:

Aggregation agg = Aggregation.newAggregation( Aggregation.match(match), Aggregation.sort(Sort.Direction.ASC, "date"), Aggregation.group("subdoc.someRef") .first("subdoc.count").as("count") .first("_id.refId").as("refId") .first("_id.someString").as("someString") .first("date").as("date") .first("someValue").as("someValue"), Aggregation.sort(pageable.getSort()), Aggregation.skip(pageable.getOffset()), Aggregation.limit(pageable.getPageSize()) );

如果我不包含视频片段过滤器,则此方法有效。我尝试过很多不同的大写字母。 我想我需要更新版本的v4l2loopback驱动程序,但我不确定。

1 个答案:

答案 0 :(得分:1)

它是由v4l2loopback驱动bug引起的 并固定在0.10 参考:https://github.com/umlaeute/v4l2loopback/issues/116