Posts: 64
Joined: Sep 2011
Reputation:
3
Instead of /dev/ttySEDU simply use COM3 within driver parameter setup
See README file of DFAtmo for a example driver parameter for SEDU boards
Posts: 77
Joined: Oct 2011
Reputation:
1
Quick question -
How does one hook this box up to an existing XBMC box?
Its an external hardware module, right?
What is the interface between PC and Atmolight unit?
Thanks
Jim
Posts: 507
Joined: Nov 2013
Reputation:
28
Hi durchflieger,
I am working on a similar project called Ambibox. I am having issues in the python script running under XBMC. I was wondering if you might have some knowledge why a RenderCapture() request fails. I saw that you wrote the original python interface and might have some insight into why this happens.
Using the Player.OnPlaybackStarted event, I obtain the video height and width via mediainfo.dll and then issue a RenderCapture(width, height), then a RenderCaptureWaitForEventChange(), and then getCaptureState() which 9/10 times returns CAPTURE_STATE_FAILED.
I have tried it with and without Aero enabled on windows. What is weird is that 1/10 times it actually works. I posted a similar question in the Developers forum, but no answers so far. Do you have insight into this problem? Thanks for any help you may be able to provide.
Posts: 443
Joined: Dec 2010
Reputation:
13
Any chance to compile it in *Buntu 14.04? Because make fails...