×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

FireCapture on SM OS

  • Posts: 9
  • 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 5 months ago #62079

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

  • Posts: 910
  • Thank you received: 86

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
ZWO AM5. RST-135. AZ-GTI. HEQ5. iOptron SkyTracker.
TPO RC6. FRA400. Rokinon 135 and other lenses.
ZWO ASI2600MC. D5500 modified with UVIR clip-in filter.
ZWO ASI120MM Mini x 2. ZWO 30F4 guider. Orion 50mm guider.
ZWO EAF x 2.
Last edit: 3 years 5 months ago by maxthebuilder.
3 years 5 months 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 5 months ago by freiform.
3 years 5 months 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 5 months ago by Ladislav Heller.
3 years 5 months ago #62091

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

  • Posts: 9
  • 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 5 months 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 4 months ago by Ladislav Heller.
3 years 5 months ago #62093

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

  • Posts: 910
  • Thank you received: 86

Replied by maxthebuilder on topic FireCapture on SM OS

Stellarmate is Raspbian now, not Mate. Is this the same for Raspbian?
-- Max S
ZWO AM5. RST-135. AZ-GTI. HEQ5. iOptron SkyTracker.
TPO RC6. FRA400. Rokinon 135 and other lenses.
ZWO ASI2600MC. D5500 modified with UVIR clip-in filter.
ZWO ASI120MM Mini x 2. ZWO 30F4 guider. Orion 50mm guider.
ZWO EAF x 2.
3 years 5 months 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
3 years 4 months 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 4 months 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 3 months 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 3 months 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 3 months ago #63677

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

Time to create page: 1.678 seconds