Posts: 31
Joined: Sep 2013
Reputation:
0
TRiON
Junior Member
Posts: 31
I'm back to kodi 16.1 and Ambibox, at first I thought boblight worked okay, but it seems to give me lots of microstuttering after a while.
Will stay on kodi 16.1 till this gets fixed.
Posts: 103
Joined: Nov 2013
Reputation:
1
2016-09-10, 21:07
(This post was last modified: 2016-09-10, 21:09 by Merwenus.)
Can you guys increase the capturing speed? There is a fancy option in Ambibox where you can manually limit the capture speed, so no need to limit in kodidirect.
10-18 FPS is pretty low when most movies run with 24-60 FPS :\
Oh, another suggestion: Delay 10ms/tick instead of 25ms/tick. This option is better than the original Ambibox program delay, but i need 85ms instead of 75 or 100ms.
Thank you!
Posts: 103
Joined: Nov 2013
Reputation:
1
Thanks, changed value seems nice now.
But how can I increase the capture speed then? I constantly have 8-12-16 max 18fps and its laggy, and hurts my eyes sometimes. CPU usage max 3%.
Posts: 103
Joined: Nov 2013
Reputation:
1
What is the cause of the low FPS? Kodi plugin, Ambibox, Arduino code?
Posts: 31
Joined: Sep 2013
Reputation:
0
TRiON
Junior Member
Posts: 31
It's merged now, just need to wait for the build
Merged afedchin merged 2 commits into xbmc:master from afedchin:render_capture 13 minutes ago
Posts: 507
Joined: Nov 2013
Reputation:
28
Using the 9/24 nightly build I observe the following:
Using my test routines that DO NOT USE Ambibox at all:
1) The hang issue is gone.
2) The function returns from timeouts within an acceptable range.
3) My test routine does not count a frame that is identical to the last, so the framerate is for unique frames. Requesting frames that are at one-half resolution, the maximum framerate that Kodi can provide is 7 fps.
LET ME SAY THAT AGAIN:
THE MAXIMUM FRAMERATE THAT KODI CAN PROVIDE IS 7 FPS AT 960 X 540.
This is on my i7-4770k system overclocked to 4.2 GHz with a GTX 760.
The framerate that Ambibox receives is limited by Kodi itself. Not the addon.
Using the current version of the Ambibox addon, I am getting 10 fps @ 115 x 48 which is the same that I get at 32 x 32.
The routine that is used take 25 microseconds to process the frame for ambibox.
The rest of the time is spent waiting for Kodi.
Posts: 63
Joined: Sep 2015
Reputation:
5
Hi, I was testing your latest version with Krypton. I don't care much about full speed atm, mostly I care to make it work. On 16:9 videos taking the full screen it works fine, but on movies with black bars I get an initial blu flash, then nothing. when seeking I again see leds for a second, and back to nothing.
Something must have changed in the way the video frame is polled for colors?