flutter-elinux-plugins
flutter-elinux-plugins copied to clipboard
Flutter plugins for embedded Linux (eLinux)
Sorry to bother you again, I couldn't compile when integrating the video playback function. Here are some instructions for my project: 1. Add dependencies: video_player: ^2.8.2 video_player_elinux: git: url: https://github.com/sony/flutter-elinux-plugins.git...
i run main.dart, always "Button tapped 1 time", when i restart App, it become "0 times".I just added some printing: Future _incrementCounter() async { final Map values = await prefs.getAll();...
Camera
Create camera plugin TODO: - [ ] ImageStream APIs - [ ] Video recording APIs - [x] Picture taking APIs - [ ] Flash mode API - [ ] Exposure...
Hello. I have i.MX8MP board and using video_player. This SoC has a VPU(Video Proccessing Unit) so that it can hardware decode H.264 with gstreamer. But, 1080p 30fps or 60fps video,...