Hello, hoping someone of here can shed a little light on an issue I've been having. I am trying to use a QHY 5III462C as a guide camera with PHD2. I can't get passed the wizard setup phase as PHD cannot find the 462 to connect to.I have installed the 21.08.26 SDK from QHY but this version does not seem to be picked up. dpkg -l returns version 21.7.3 of libqhy as being installed. I am running version 2.6.10 of PHD2 (the latest version). Has anyone experienced this issue and managed to resolve it? EKOS internal guider does see the QHY462 so I can fall bck to that but I'm use to PHD and would like to continue using it if I can.

Thanks.  

Read More...

I thought I was on the latest version but will check and upgrade if necessary. Thank you.

Read More...

I am trying to compile the source from Github to install the Astroberry Focuser however I am getting an error at the make stage. I am getting the following errors :- Has anyone else experienced this and how do I fix it?

Thanks.

pi@raspberrypi:~/astroberry-diy/build $ make
[ 16%] Building CXX object CMakeFiles/indi_astroberry_focuser.dir/astroberry_focuser.o
/home/pi/astroberry-diy/astroberry_focuser.cpp: In member function ‘virtual IPState AstroberryFocuser::MoveAbsFocuser(int)’:
/home/pi/astroberry-diy/astroberry_focuser.cpp:851:20: error: ‘INDI_ENABLED’ was not declared in this scope
if (FocusReverseS[INDI_ENABLED].s == ISS_ON) {
^~~~~~~~~~~~
/home/pi/astroberry-diy/astroberry_focuser.cpp:851:20: note: suggested alternative: ‘INDI_UNUSED’
if (FocusReverseS[INDI_ENABLED].s == ISS_ON) {
^~~~~~~~~~~~
INDI_UNUSED
/home/pi/astroberry-diy/astroberry_focuser.cpp:890:21: warning: comparison with string literal results in unspecified behavior [-Waddress]
if ( direction == "INWARD" )
^~~~~~~~
/home/pi/astroberry-diy/astroberry_focuser.cpp:894:21: warning: comparison with string literal results in unspecified behavior [-Waddress]
if ( direction == "OUTWARD" )
^~~~~~~~~
/home/pi/astroberry-diy/astroberry_focuser.cpp: In member function ‘virtual bool AstroberryFocuser::readDS18B20()’:
/home/pi/astroberry-diy/astroberry_focuser.cpp:1081:15: warning: unused variable ‘tempF’ [-Wunused-variable]
float tempC, tempF;
^~~~~
/home/pi/astroberry-diy/astroberry_focuser.cpp: In member function ‘virtual int AstroberryFocuser::savePosition(int)’:
/home/pi/astroberry-diy/astroberry_focuser.cpp:1050:9: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fgets (buf , 100, pFile);
~~~~~~^~~~~~~~~~~~~~~~~~
make[2]: *** [CMakeFiles/indi_astroberry_focuser.dir/build.make:63: CMakeFiles/indi_astroberry_focuser.dir/astroberry_focuser.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/indi_astroberry_focuser.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
pi@raspberrypi:~/astroberry-diy/build $

Read More...

Stephen Harrison created a new topic ' GPHOTO Olympus E-M1 issue' in the forum. 5 years ago

Hello, I have recently been trying to configure Astroberry with an Olympus OM-D E-M1 without success. The Astroberry GPHOTO driver recognises the camera as an E-M1 but when I try to take a test exposure it then ignores the exposure time I have set and instead opens and closes the shutter in less than 1 second. I have tried both Live Bulb and Live Time modes to no avail. Has anyone succeeded in getting this camera working with Astroberry/INDI?

Thanks

Harry

Read More...

Stephen Harrison created a new topic ' GPHOTO Olympus E-M1 issue' in the forum. 5 years ago

I have been experimenting with Astroberry trying to get it to use an Olympus OM-D E-M1. Astroberry recognises the camera correctly and starts up but the problem lies when I try to take an exposure. It doesn't matter what I set the exposure value to, the camera's shutter opens and closes in less than 1 second. I have tried both Live Bulb and Live Time modes on the camera but neither works. Has anyone succeeded in getting Astroberry/INDI working with an E-M1?

Thanks.

Harry

Read More...