Luis Mario Domenzain

Results 16 comments of Luis Mario Domenzain

Hi @micahhenrie, Please set the environment variable `PTPY_DEBUG=1` and post the log output here. Thanks,

Hi, Could you try declaring `PTPY_DEBUG=1` and running again. Please post the output here. Best,

Hi @Seeelefant, Sorry for the lack of response. In order to declare environment variables from within the python environment you need to do: ```python import os os.environ["PTPY_DEBUG"] = "1" ```...

Hi @PaperPlaneSoftware, Please follow the instructions above and provide the logs.

Hi @johnny04thomas, I don't have any Ricoh camera available for testing. From what I gather through their documentation at https://api.ricoh/docs/camera-usb-sdk-cpp/, they seem to use a fairly standard PTP implementation. It...

Hi @milani , Which device are you attempting to connect to? Are you testing on `master`? Thanks,

For raspbian, if you're using the desktop environment it is likely that the camera auto-mounts as a drive. This uses PTP behind the scenes and claims the device until it...

@ohbhatt, you will need to verify that the device in PTP/MTP mode has been assigned the libusb drivers. Android devices often change their USB PID depending on the mode they...

Hi @ohbhatt, I've used the libUSBK driver in the past. In that case the device should appear under "libusbK USB Devices", a category on the same level as keyboards. In...

PTPy used to track `construct` until 44a3f4a1d2cd24bccd230d35c0ff51ba24019fdb. At some point the maintainer decided that a common feature of binary protocols was not supported: https://github.com/construct/construct/issues/369#issuecomment-307275591 Despite an explanation that their workarounds...