Yannis
Yannis
You can set `tmx.controller.state = 0` to immediately disable the inverter
Yea the input shape is hardcoded for now. Needs to read from settings. Keep in mind that this is in two locations in trainer.py: One in [line 37](https://github.com/yconst/burro/blob/80a4072d672f8478041f5dcd4ae1af7588312f89/burro/trainers/trainer.py#L37) and one...
Thanks for this contribution. I don't have the time to check it atm, but hopefully soon.
I am going to close this for now, and keep #222 for further investigation in the use of debug flags. I feel that the compiler optimisation issue has been resolved...
I see. Thanks for the feedback on this. It would be a first step to evaluate which packages do and do not work on python 3. In your experience what...
Unfortunately no. It should be possible though, since Burro uses rather small size images, so bandwidth shouldn't be an issue. [Here's a thread discussing USB webcams in python](https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=84388). I'm not...
It seems that the timing issue is due to the internal oscillator drift. This is a known issue, and we are investigating whether to have an external crystal oscillator in...
Sorry for the delay. You can use the CLI version instead of the GUI if this is adequate for you. `tinymovr_cli` is the command, which has no dependencies on pyside6.
> @yconst is this ready? Yeap, it is ready
> if the raw codec of pocket is mp3, i’d like to support it on the backend side. > > currently, we have supported: opus, lc3, aac, pcm fyi. I...