×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Canon DSLR planetary imaging on Astroberry

  • Posts: 8
  • Thank you received: 0
What program do you use for planetary imaging with a DSLR? The pre-installed planetary programs don't list being compatible with DSLR's.
1 year 9 months ago #84008

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 0
Have a look at eos-movrec-code: sourceforge.net/projects/eos-movrec/ .

You have to compile it on the raspi, just follow the folllowing actions in the linux terminal:

Before all you have to install with apt some prerequisites

$ sudo apt-get update

$ sudo apt-get install build-essential subversion cmake qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libgphoto2-dev

get the code:

$
svn checkout https://svn.code.sf.net/p/eos-movrec/code/trunk eos-movrec-code

compile the code
$ cd eos-movrec-code
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make

When everything went fine, you find the executable `eos_movrec` in this directory.

It worked fine for me (Canon EOS 450d)

regards
Philipp
Last edit: 5 months 3 weeks ago by Philipp Auersperg-Castell.
1 year 7 months ago #86313

Please Log in or Create an account to join the conversation.

Moderators: Radek Kaczorek
Time to create page: 0.433 seconds