Daniel Schulte

Results 9 comments of Daniel Schulte

I just tested your suggestion and it works as expected. Do you want a pull request for this?

For the `reset` command it definitely looks like a good idea. [The docs](https://flask.palletsprojects.com/en/2.0.x/api/?highlight=invoke#flask.testing.FlaskCliRunner.invoke) say `invoke` returns a result object which includes the `exit_code` so we can `sys.exit` with that. In...

I've investigated some more and made some progress. In the output of my test application you can see that the final `ptp_initiatecapture` inside `camera_trigger_capture` fails. I've noticed that (at least...

Hi. I've added my workarounds / hacks to [a branch in my repo](https://github.com/trilader/libgphoto2/tree/x-t4). My goal is to get this merged upstream once it's not a pile of hacks anymore and...

I've also put the Wireshark dissector and a test driver program for the X-T4 into https://github.com/trilader/x-t4-hacking

@msmeissn Thanks a lot for merging some stuff already! Regarding the "Current State" property: Not sure if that really needs to be exposed. I am/was using it to figure out...

@riccardolardi Regarding stuff being broken: I think it is mainly PTP/IP which seem to have completely changed from the way it is currently implemented. I don't know what was looked...

I'm currently using gphoto (based on master, a bit outdated, at 48d9baf) with just [this commit](https://github.com/gphoto/libgphoto2/commit/c18d48aff4640590fb1dc6cae4d5496e2c9b58f3) from my x-t4 branch applied on top of it. After opening the camera I...

> I've never used a custom dissector before in Wireshark--is there a trick to parsing my captured USB traffic with your dissector? online docs aren't proving as helpful as I'd...