Sofian Audry

Results 80 issues of 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...

enhancement
wontfix
spike
blocked

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).

enhancement

There is a potential bug with Mapping::depth which, as a property, can be changed by OSC.

bug
question
Waiting
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...

enhancement

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...

bug

MapMap ellipse center point creates a "conical projection": ![MapMap ellipse center](https://cloud.githubusercontent.com/assets/791244/12008894/b3364f9e-ac2b-11e5-8250-e8f8cb0001f1.png) What we want is a perspective correct center: ![Correct way to center](http://www.madmapper.com/wordpress/wp-content/uploads/2012/01/Screen-shot-2012-01-17-at-5.28.11-PM.png)

enhancement

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()...

enhancement

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,...

bug

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...

bug