Results 12 comments of IdrisTheDragon

Give it a try and see if it will, if not you'd have to capture a few exchanges between the imageapp and camera and see what API requests the app...

I used this one when I was playing about with it. https://play.google.com/store/apps/details?id=app.greyshirts.sslcapture

When I was playing about with capturing data between my G7 and lumix app, I did try using wireshark initially with some success. My main issue when using wireshark directly...

The way to contribute to most projects on GitHub, is you create your own fork of the project, create a branch in the fork, commit your code to your branch...

You can still find the App on the Windows 10 App store under "LMaster" and last I checked a few months ago, it still works fine: https://www.microsoft.com/en-gb/p/lmaster/9nc2w8kc526f?activetab=pivot:overviewtab Also a similar...

@pedzed if you have a Lumix camera you can capture packets between camera and the app yourself and view them in wireshark quite easily, I had play about with this...

Does the official app support displaying the folder and file name? If it does you could try using https://play.google.com/store/apps/details?id=app.greyshirts.sslcapture&hl=en_GB and the official app to capture the data sent between the...

There is no published API documentation for the LUMIX cameras as it's designed only to communicate with their official apps. But there are a few reverse engineering projects like this...

Digging into setup.py in the git, the current version is 0.4.4 while the latest release on pypi is outdated 0.4.2 (https://pypi.org/project/libtiff/). I came across same issue where I couldn't use...

You'll need to work out which bit of the api is used. When I was playing with this I used this app: https://play.google.com/store/apps/details?id=app.greyshirts.sslcapture (but anything like wireshark would do) to...