mungewell

Results 100 issues of mungewell

Partly discussed in issue1, reported here for clarity. Using the code from this repo: https://github.com/jherico/OculusSDK The amount of turn (gyro) seems to be able half of that expected. I tried...

Following a Radare2 discussion, it was suggested that the 'best' way to add support for the C67x would be through Capstone. https://github.com/radareorg/radare2/issues/20020 Is this correct, and does the existing code...

Attempting to run the example given here (without extra bracket ;-): https://sqlite-utils.datasette.io/en/stable/python-api.html#reading-rows-from-a-file ``` from sqlite_utils.utils import rows_from_file import io rows, format = rows_from_file(io.StringIO("id,name\n1,Cleo")) print(list(rows), format) # Outputs [{'id': '1', 'name':...

bug
help wanted

Hi, Looks like there is a coding error with Euler123 output, setting different initiation and outputing without updating AHRS gives invalid data ``` refq = Quaternion(1,0,0,0) # look front Euler:...

I've been trying to implement the AHRS with the sensors from the PlayStationVR headset, and getting confused about which axis should be which. From reading the sensor values, as arrays,...

A little request; to be able to send a SysEx command when a button is pressed. I imagine that this would be a new definition (say 'DigitalSysEx()') and take a...

Feature request

Interesting project, and noting that it's been idle a while so perhaps no one is watching for bugs... Is is possible to have the resultant notes be output to 'real'...

https://github.com/ma1co/OpenMemories-Tweak/issues/70#issuecomment-814441931 Was asked on another project whether it was possible to set the zoom to a particular setting... it is, but on my lens the control is a bit limited...

It looks like there are more undocumented functions from "imaging-edge-mobile-7-5-1" (the APK that one would install on their phone). For example ``` simon@thevoid:~/camera_fw/imaging_edge/imaging-edge-mobile-7-5-1/smali/com/sony/mexi/orb /client/camera$ grep "const-string v1" CameraClient.smali | sort...

branch 'master' is broken, but 'develop' appears to function OK. ``` simon@thevoid:~/sony_camera_api-github$ python2 examples/scan_for_cameras.py Traceback (most recent call last): File "examples/scan_for_cameras.py", line 7, in cameras = search.discover(5) File "build/bdist.linux-x86_64/egg/pysony.py", line...