Xiaoqiang Wang

Results 6 issues of Xiaoqiang Wang

As I understand the current area detectors support (*ADBase*, *CamBase*) are modelled after epics [areaDetector](https://github.com/areaDetector/areaDetector) module. This certainly makes sense because areaDetector module is de facto standard in integrating area...

This PV was removed from ADCore since 3.3.1, see https://github.com/areaDetector/ADCore/commit/47c70bf10644c63955c00646eaffd881f8a1a9bc

The changes are extracted from ADCore repo, ``` git diff -r R3-4...R3-5 ADApp/Db/NDPluginBase.template git diff -r R3-4...R3-5 ADApp/Db/NDFileHDF5.template ... ```

When I test a model-3 asynMotor driver, I notice the asynMotorController::connect method was not invoked by reconnect timer. Use the *testAsynPortDriver* driver with the following changes, the problem can be...

I observed in an areaDetector driver, the [connect](https://github.com/areaDetector/ADPylon/blob/master/pylonApp/src/ADPylon.cpp#L799-L8220) method was called twice every 20 seconds if the camera is unplugged. In the portThread function, line 805-850 deals with connect/disconnect requests,...

The project requires pyqrcode module, but the following import from "qrcode", which is a different [module.](https://pypi.org/project/qrcode/) https://github.com/ikalchev/HAP-python/blob/4bc2cb072818c944f509cd6165560346e7111bb4/pyhap/accessory.py#L259