uint32_t STDCALL InitQHYCCDResource(void) This function need to be call when first using QHYCCD SDK. If the SDK is already initialized. You can still call this and it will re-initialize the resource.Looks like a new start. This function will return the the QHYCCD_ERROR code. 0=success u...
RPI3 Linux MacOS QHYCCD SDK TheSkyX Plug-in Installation 1、Decompression SDK package(tar zxvf package name). 2、Enter the decompressed directory, install and execute the install.sh command(sudo sh ./install.sh),uninstall and execute the uninstall.sh command(sudo sh ./uninstall.sh). 3、Enter...
LINUX平台QHYCCD SDK v4.0.12库 QHY相机测试报告 一、测试内容 EZCAP_QT:相机连接、断开、预览、温控、单帧拍摄、单帧拍摄曝光时停止然后继续拍摄。 LIVE DEMO:测试连续帧。 二、测试结果 相机型号 LIVE DEMO EZCAP_QT QHY5-II-M 正常 正常 QHY5L-II-M 正常 正常 QHY5L-II-C 正常 正常 QHY5P-II-M 正常...
QHYCCD 是一种常用的天文相机,可以通过USB线连到电脑,用EZPlanetary、EZCap等软件上可以读取拍摄的图像并控制曝光时间、增益等参数。同时QHYCCD 也提供了SDK便于使用MATLAB或C编写控制程序。我弄了三天终于弄好了,写了个简单的控制界面,记录下来。 目录: 驱动安装和测试 VS2017 下环境配置 Qt Creator 下环境配置 程序...
QHYCCD 是一种常用的天文相机,可以通过USB线连到电脑,用EZPlanetary、EZCap等软件上可以读取拍摄的图像并控制曝光时间、增益等参数。同时QHYCCD 也提供了SDK便于使用MATLAB或C编写控制程序。我弄了三天终于弄好了,写了个简单的控制界面,记录下来。 目录: 驱动安装和测试 ...
Our matlab toolbox for QHYcameras on linux. This toolbox includes: * an extensive set of bindings to functions of the SDK, so that these functions can be called directly at the matlab prompt; * a QHYccd class, with methods, properties, getter/setters, etc. to access the camera as an...
Binary file added BIN +997 KB doc/QHYCCDSDKHelp.chm Binary file not shown. 1 change: 1 addition & 0 deletions 1 src/CMakeLists.txt @@ -41,6 +41,7 @@ set(QHYCCD_INCLUDE qhyccd.h qhyccdcamdef.h qhyccderr.h qhyccdstruct.h ) Oops, something went wrong. Retry 0 comments on...
QHYCCD camera SDK repackaged for Rocky Linux and binary patched to work around a memory corruption error. - GitHub - rockit-astro/libqhyccd: QHYCCD camera SDK repackaged for Rocky Linux and binary patched to work around a memory corruption error.
QHYccd-matlab是一个Matlab控制QHY相机的工具包,通过QHY的SDK实现相机的控制。该工具包提供了丰富的功能,包括相机的连接、参数设置、图像采集等。用户可以使用Matlab编写脚本来实现对QHY相机的各种操作,如设置曝光时间、增益、帧率等,以及采集图像并进行后续处理。这个工具包为Matlab用户提供了方便快捷的方式来控制和使用...
* 一组广泛的SDK函数绑定,以便可以在matlab提示符下直接调用这些函数; * 一个 QHYccd 类,带有方法、属性、getter/setter 等,可以将相机作为对象访问* QHY 提供的 mex 演示的概念证明 linux 端口(仅针对 Windows 发布) * 文档 到目前为止,该组合已在 Ubuntu 16 和 18 上的 Matlab 2015b 和 2018b 上使用两...