Filip Dominec

Results 44 comments of Filip Dominec

Hi, thank you for reporting. I can see the first issue comes around the line: warning "Using deprecated NumPy API... " I think I have tested the script on ubuntu...

Hi, I would like to exactly reproduce the reported issue, but I could not find Ubuntu 16.04.4 at https://www.ubuntu.com/download/alternative-downloads Can you post a link how to get the exact version...

Dear xdcqu, I spent several hours with an extensive test of the `python-meep` compilation with different Ubuntu versions, namely * 16.04 x86_64 (logfile: logs/171009-Ubuntu16.04-x86_64.log) * 16.04.3 x86_64 (logfile: logs/171009-Ubuntu16.04.3-x86_64.log) *...

Thank you both for your comments. If you personally needed to run one particular type of camera from Windows, would you consider sniffing the Linux-libgphoto-camera communication and rewriting the data...

Thank you for your responses, one day we might try recompiling for Windows. So far we are 99% happy with running ```python-gphoto``` under Ubuntu in VMware.

Sure. My version of g3data is 1.5.2 (in Ubuntu 20.04). ![590_](https://user-images.githubusercontent.com/511950/135706402-5ed2108a-d585-4587-b276-14a3abdd2e04.png)

Actually there is a field called ```serial``` in the header file https://github.com/mabuchilab/Instrumental/blob/86bec2496d5ad87a5a90e16a0c53611ad497a010/instrumental/drivers/motion/_tdc_001/tdc_001.h#L127 But it seems that this is only used on Windows, through the module ```tdc_001.py```. On Linux, the ```apt.py```...

OK, I can see in the ```APT_Communication_Protocol_Rev_16.pdf``` that the ```MGMSG_HW_REQ_INFO``` message should provide also serial number. But issuing a command that explicitly calls it, ``` i.get_info() ``` only gives the...

The above PR fixes this simply by exposing the serial number to the end user. If the PR is merged, this issue will be solved.