tmandys
tmandys
get_local_vars also does not work in second thread when called from debugger. Even it is apparently normal call. ``` DebugProgramControl.qm case 'list': softlist l = keys get_local_vars(ctxCT.frameId + frameOffset); logger.log(DUV_DEBUG_1,...
Toplevel variables are thread variables (TopLevelStatementBlock). See also StatementBlock in block lvars. Both dynamically appears at stack (now). But the main issue that get_var_frame does not consider context frames and...
I found that sequence opensession-preview-capture-preview-capture always fails. As temporary workaround is possible probably after capture close and open session. The first caoture in preview session always passes. But seems the...
I can prove the issue is race event vs. polled state. **When I skip event then Sony camera capture works with preview**. I skipping event for ILCE-7 cameras in patch:...
I understand it, but issue has two parts. The first is obvious (exteriour runtime error) so I need be sure my fix is ok and is not reason of second...
IMHO you implemented `panel.exterior()` wrapper method to cope with this kind of issue when `exterior` field is missing in some polygon classes.
How do you mean to detect it without retesting all Sony models with fix to prove that it won't brake current functionality ? Even I could likely detect somehow what...
I do not think it is about path to libgphoto2.so but problem when building _context*.so library where is no link to libgphoto2. When I check original file there are dependencies....
I found the issue. When pointing GPHOTO2_ROOT to source directory of libgphoto2 then the library found by pkg-config is libgphoto2.la and output is ``` PKG_CONFIG_PATH=~/work/filmscanner/python/contrib/libgphoto2 pkg-config --cflags --libs libgphoto2 -I/home/pi/work/filmscanner/python/contrib/libgphoto2/....
libgphoto2 was compiled out of box. Yes, issue is value returned by `pkg-config`. When `PKG_CONFIG_PATH` points to directory where are object files and static `libgphoto2.la` library (i.e. which is intended)...