Albert

Results 14 comments of Albert

Bonjour, malheureusement je n'ai pas de solution immédiate, cela ressemble à un problème de driver ou de configuration de l'écran KEDEi. Avant toute chose, l'application est-elle fonctionnelle avec un moniteur...

@StoneSet : j'aurais du te le demander avant, mais comme Deezzy est une application graphique elle nécessite un serveur X pour fonctionner, et donc comme la version lite de Raspbian...

Hi @fetheve, glad you like this project! The event you mention sounds like a credentials error. Did you go through the whole deezer-account/user-id/access-token creation procedure described in the README? Unfortunately...

@fetheve : that's strange indeed, have you tried with different content uris : an album, or a single track? maybe user flow is only available for paying subscribers... I don't...

Hi, is there some kind of workaround for this issue? I must admit this is quite inconvenient in my case, where I want to manage batches of size 4 with...

@wolfv : thanks, that did the trick indeed :-)

@wolfv : Contributing to xsimd would be great, but for now I haven't got enough bandwidth. Anyway I keep the idea in my mind ;-) Another feature I would be...

Thanks for the tip. But on one of my configs (WinPython/Python 3.5.2) I had to slightly modify the payload formatting line to add _utf-8_ decoding: ```python payload = unquote(request.data.decode("utf-8").split('=')[1]).replace('+','') ```

Hi, Sorry if I'm off topic, but I'm a little lost with the different issues (#211) and PRs (#240) related to sequence numbers. I'm using depthai-core C++ sdk `v2.15.5` with...

Hi @alex-luxonis, Sorry for the late reply, I made some tests with the latest sdk `v2.7.4`. I think, as you stated before, that queuing do happens on the device side....