hknox
hknox
As of elpy-20220922.2253, the elpy module that provides the display of the arrows that indicate folding is not active. I added the following to my initialization file to enable it:...
The test script looks like this: ``` python import time import gphoto2cffi as gp import logging logging.basicConfig(level = logging.DEBUG) camera = gp.Camera() context = gp.gphoto2.VideoCaptureContext(camera) time.sleep(5) context.stop() ``` When I...
I have debug output from the command line if that would help. Hank Sent from an iPhone.... > On Sep 19, 2016, at 07:53, Johannes Baiter [email protected] wrote: > >...
Here is a link (https://drive.google.com/open?id=1vAS6DpY0K_-gkGKF5M1FZdXD7Sr4sUU8thlIsLspBBs) to the debug output from the following command: gphoto2 --set-config movie=1 --wait-event --set-config movie =0 --debug Hank On 2016-09-19 8:29 AM, Johannes Baiter wrote: >...
Is there a way to capture the debug info from libgphoto2 using the cffi wrapper? The logging command I used above only seems to get the Python log output. It...
Here is a link to debug output: https://docs.google.com/document/d/1EEEvzcrGHz7WSdN93y9vYzE0lXtBVnCtELTX7zlJL80/edit?usp=sharing There is an INFO:root log message where I instantiate the VideoCaptureContext, then another after that call returns. There are over 100 pages...
I am having the same issue. If it helps, after invoking 'dap-debug', the *Message* buffer shows: No message handler for debugpySockets [4 times] No message handler for process No message...