Maksym Veremeyenko

Results 12 comments of Maksym Veremeyenko

Problem reproduced by **segfault.sh** in at: ``` (gdb) bt #0 0x0000003253339add in __memcpy_ssse3 () from /lib64/libc.so.6 #1 0x00007fffef71befd in consumer_thread (arg=0x619610) at consumer_avformat.c:1789 #2 0x0000003253607d90 in start_thread () from /lib64/libpthread.so.0...

Problem reproduced by **artifacts.sh** has similar nature. Frame **0** (broken/corrupted) ``` consumer_thread:1772 img_width=1280, img_height=720, width=1280, height=720 consumer_thread:1775 img_width=1216, img_height=760, width=1280, height=720 ``` Frame **1** (broken/corrupted) ``` consumer_thread:1772 img_width=1216, img_height=760, width=1280,...

I dont understand how **test_playlist.cpp** analyze current playing position. Patches i provided related to fixing wrong playback position on playlist shuffled/modified...

if you need Free-D packet composing code, please refer to: * https://github.com/max-verem/LensRotaryDecoder/blob/master/src/common/FreeD.h * https://github.com/max-verem/LensRotaryDecoder/blob/master/src/common/FreeD.c example of using: * https://github.com/max-verem/LensRotaryDecoder/blob/master/src/ez-usb/freed_sender.c * https://github.com/max-verem/VRPN-FreeD-OpenVR/blob/77207206d34043c0e26dacab9cd07e45e83632e7/VRPN-OpenVR/vrpn_Tracker_Camera.cpp#L202

also some docs available at https://github.com/max-verem/VRPN-Free-d/blob/master/free-d.pdf

> Do you know the baud rate enough to get a few things smooth? i noticed that some systems required synced 50Hz|25hz frequency for FreeD data > Do you know...

plugins has no built-in filtering/smoothing data functionality. but if you use https://github.com/max-verem/VRPN-FreeD-OpenVR for sourcing free-d data from HTC tracker, you can use internal filtering features that makes some smoothing of...

> I don't really understand the configuration of Connection String. connection string specify IP address and PORT to listen for incoming UDP data. If you specify **0.0.0.0:20000** that will mean...

> Can I ask you with which device do you used this plug ? i did a tests against **Panasonic AW-UE150** and emulator of FreeD data that comes from https://www.disruptar.com/disruptar-downloads...

Lens control not implemented here, because of calibration requirement. but you can use https://www.disruptar.com/disruptar-downloads for that job