×

INDI Library v2.0.5 is Released (03 Dec 2023)

Bi-monthly release with minor bug fixes and improvements

FireCapture on SM OS

  • Posts: 8
  • Thank you received: 2
Has anyone found a solution to the lag? I have installed the FC on SM as it was described (many thanks for it) with heap 1024 then 512 but it's extremely slow the whole system.
Under Astrobbery is works like a charm, I don't understand what could be the difference.
3 years 1 month ago #62079

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

  • Posts: 883
  • Thank you received: 84

Replied by maxthebuilder on topic FireCapture on SM OS

I don't understand it either, why it's so slow and resource-hungry under SM. Under AB it's fine.
Max S.

MeLe 3Q x 2 with Stellarmate X.
Askar FRA400, TPO RC6, Nikon D5500 full spectrum (with IDAS D1 clip-in filter)
ASI2600MC Pro, ZWO ASI120MM Mini x 2
ZWO 30F4, Orion 50 mm f/3.2
ZWO EAF x 2
ZWO AM5, RST-135, SW HEQ5, SW AZ-GTi
Last edit: 3 years 1 month ago by maxthebuilder.
3 years 1 month ago #62080

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

  • Posts: 43
  • Thank you received: 4

Replied by freiform on topic FireCapture on SM OS

Have a look at the Display Framerate (Top left button in the display frame). A default installation sets this to MAX, which a RPi cannot handle properly. Reduce to a value that allows smooth operation and you'll be fine.
The following user(s) said Thank You: Andres Rossi
Last edit: 3 years 1 month ago by freiform.
3 years 1 month ago #62090

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

  • Posts: 17
  • Thank you received: 6
The same here. Trying to start with:
./start.sh

but it fails with:
/FireCapture_v2.6_armhf/start.sh: line 33: ./jre/bin/java: No such file or directory
Last edit: 3 years 1 month ago by Ladislav Heller.
3 years 1 month ago #62091

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

  • Posts: 8
  • Thank you received: 2
It helps a bit, ( I set 5 frames), but it still is far-far away from the performance under AB.
3 years 1 month ago #62092

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

  • Posts: 17
  • Thank you received: 6
Hi!

This is not for Stellarmate OS, but for <strong>Ubuntu Mate 20.04.1 LTS (Focal Fossa) 64bit</strong>, but maybe helps to someone.

The reason why on this system the execution of <em>start.sh</em> fails with <em>No such file or directory</em> is simple:
Firecapture v2.6 is a <strong>32bit application</strong> and by default it is not allowed to execute on 64bit OS.

To enable Firecapture v2.6 on 64bit Ubuntu Mate we need to run following from command line:
sudo dpkg --add-architecture armhf
sudo apt-get update
sudo apt-get install libc6:armhf libncurses5:armhf libstdc++6:armhf libxext6:armhf libxrender1:armhf libxtst6:armhf libusb-1.0:armhf
 
export LD_LIBRARY_PATH=/path/to/your/FireCapture/folder

Happy capturing!
The following user(s) said Thank You: Axel , Lupták Norbert
Last edit: 3 years 1 month ago by Ladislav Heller.
3 years 1 month ago #62093

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

  • Posts: 883
  • Thank you received: 84

Replied by maxthebuilder on topic FireCapture on SM OS

Stellarmate is Raspbian now, not Mate. Is this the same for Raspbian?
Max S.

MeLe 3Q x 2 with Stellarmate X.
Askar FRA400, TPO RC6, Nikon D5500 full spectrum (with IDAS D1 clip-in filter)
ASI2600MC Pro, ZWO ASI120MM Mini x 2
ZWO 30F4, Orion 50 mm f/3.2
ZWO EAF x 2
ZWO AM5, RST-135, SW HEQ5, SW AZ-GTi
3 years 1 month ago #62107

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

  • Posts: 1309
  • Thank you received: 226

Replied by Andrew on topic FireCapture on SM OS

Fix by owning the entire directory.
sudo chmod -R 777 ./FireCapture_v2.6_armhf
INDI/KStars on Raspberry Pi 4, 4gb
Raspbian Buster with AstroPi3 script configuration
Skywatcher HEQ5 Pro Mount
Canon 600D Camera
Orion SSAG/ASI120mm @280mm Guide Scope
PHD2
Waveshare Stepper Motor Board - DIY Focuser
Adafruit GPS Module
Generic Bluetooth Joystick.
Startech 7 port powered USB Hub.
3 years 1 month ago #62305

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

  • Posts: 17
  • Thank you received: 6

For 64bit Raspbian yes.
3 years 1 month ago #62585

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

  • Posts: 300
  • Thank you received: 57

Replied by Scott Denning on topic FireCapture on SM OS

Thank you very much for posting the apt install command line to enable armhf libraries needed for FireCapture on Pi 64-bit ubuntu!

Unfortunately I still get an error for a missing library here:
mpi:/usr/share/FireCapture_v2.6_armhf $ ./start.sh
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/share/FireCapture_v2.6_armhf/jre/lib/arm/libawt_xawt.so: libXi.so.6: cannot open shared object file: No such file or directory

I've tried fixing this by doing
sudo apt install libXi:armhf

But apt can't find any such package:
E: Unable to locate package libXi:armhf

Any advice about how to resolve this?
3 years 1 week ago #63626

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

  • Posts: 219
  • Thank you received: 41

Replied by Rafa Barberá on topic FireCapture on SM OS

Lot of problems with FireCapture on Raspberry PI. As this software is not part of INDI or KStars/EKOS, perhaps you will find more support on its own group groups.io/g/firecapture/topics
3 years 1 week ago #63665

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

  • Posts: 220
  • Thank you received: 27

Replied by PDB on topic FireCapture on SM OS



Hi,

you should not use capital X , and forgot the 6

After al lot of searching this solved it for me: sudo apt install libxi6:armhf

Regards,

Paul
3 years 1 week ago #63677

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

Time to create page: 1.562 seconds