Sofian Audry
Sofian Audry
#### Type of Raspberry Pi RPi 3 B+ #### Linux Kernel version Linux raspberrypi 4.19.57-v7+ #1244 SMP Thu Jul 4 18:45:25 BST 2019 armv7l GNU/Linux #### Expected behaviour The examples...
The most recent version of QtMultimedia seems to finally be able to do what we need: get access to the raw data. It is becoming a viable alternative to GStreamer...
Add ```/mapmap/layer/xyz``` and ```/mapmap/source/xyz``` as alternatives to ```mapping``` and ```paint``` and update the documentation (previous versions can stay as deprecated but still working).
There is a potential bug with Mapping::depth which, as a property, can be changed by OSC.
Currently the drawing of ellipses has two efficiency drawbacks: 1. It always draws N_TRIANGLES which is predefined to 100. This seems to be quite good in practice but in theory...
To reproduce: - Add movie and mapping - Set movie speed to a negative value - Wait and see Excerpt of debugging notices: ``` End-Of-Stream reached. Pipeline state for movie...
MapMap ellipse center point creates a "conical projection":  What we want is a perspective correct center: 
Both "solo" and "locked" state are controlled by looking at role "Qt::CheckStateRole + " but this is not appropriate. I think the right approach is rather to use the index.column()...
I tried running the new shmsrc bin from https://github.com/vliaskov/libremapping (branch: feature/shmsrcbin-rebase-oct2014) In order to perform the test I first run: $ gst-launch-1.0 uridecodebin uri=file:///home/tats/Documents/workspace/mapmap/DESTRUCT.mov ! queue ! videoconvert ! video/x-raw,...
Running Ubunttu 18.04 with Qt 5.9.5. I think the check of version is wrong in AboutDialog.cpp. ``` src/gui/AboutDialog.cpp: In member function ‘void mmp::AboutDialog::createChangelogTab()’: src/gui/AboutDialog.cpp:119:25: error: ‘class QTextBrowser’ has no member...