hyperion-project / hyperion.ng

The successor to Hyperion aka Hyperion Next Generation
https://hyperion-project.org/
MIT License
3.03k stars 377 forks source link

V4l2 Grabber delay in combination with AMLogic platform grabber #1218

Closed xonestonex closed 3 years ago

xonestonex commented 3 years ago

Bug report

When using a V4L2 Grabber (stk1160 driver) in combination with the AMLogic platform grabber (Odroid-C4), there is a 1-2 sec delay in image processing of the V4L2 Grabber. There is no delay when only the Framebuffer platform grabber is enabled. But this also disables effects for movies played with the amlogic video acceleration.

Steps to reproduce

Enable the AMLogic platform grabber and the V4L2 grabber.

What is expected?

No delay in video processing of the V4L2 grabber.

What is actually happening?

  1. 1-2 sec delay of the V4L2 grabber Frames if there is no video playback on the AMLogic video accelerator an the AMLogic grabber is in its framebuffer fallback mode.
  2. 1-2 sec delay (maybe less than above) of the V4L2 grabber Frames if there is an accelerated video playing in Kodi in the background.
  3. No V4L2 processing at all, if a accelerated video has been paused in Kodi.

System

Hyperion Server:

Hyperion Server OS:

Lord-Grey commented 3 years ago

@xonestonex Could you retest with hyperion alpha10 and report back?

xonestonex commented 3 years ago

Works now with alpha10. Thx.