×

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

Bi-monthly release with minor bug fixes and improvements

Odroid Xu4 USB3 and ASI camera

  • Posts: 20
  • Thank you received: 1
Yop...sadly, it happens to me.... Grrrr

Ok, I confirm :
No hub and nothing else. I'm testing the camera on RPi3B+ alone by day (right now).
Bandwidth is on 40, Depth on 8bit.

And it doesn't work.

I allready flash the firmware but how can I be sure that it is the good one ?
I tried many parameters : restrict to 640x480, in strealming AND picture controls. I move bandwidht too but go back to 40 and even tried 16bit mode ;-)

Here is cpature of my ekos sreen with the puzzle...I have an average of 1/4 images like this.
Last edit: 4 years 11 months ago by David.
4 years 11 months ago #38683
Attachments:

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

  • Posts: 1957
  • Thank you received: 420
I had an ASI120MC (USB2 version) as well and flashed it but never got it to work on Linux. Others on this forum have flashed it successfully. I guess your mileage may vary.

However, there is a third version: the ASI120MC-S (USB3). This one does work on Linux. I can confirm this because I have two and I use them all the time.

To my best of knowledge the ASI120MC MINI works on Linux but I am not 100% sure.

By the way, apart from the color version (MC) there also is a black and white version (MM) and all that I wrote applies to that as well, apart from the fact that I own or have owned one.


Wouter
Last edit: 4 years 11 months ago by Wouter van Reeven.
4 years 11 months ago #38686

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

  • Posts: 1067
  • Thank you received: 140

There is no such camera as the 120mc mini, they only make a mono version of this mini camera.. :)
4 years 11 months ago #38687

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

  • Posts: 1957
  • Thank you received: 420
Thanks for the correction!
4 years 11 months ago #38693

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

  • Posts: 486
  • Thank you received: 87

Replied by nMAC on topic Odroid Xu4 USB3 and ASI camera


And how about Bin 2x2? Did you try it? This reduces the image size and it should at least solve the "puzzle".
I always use mine at 2x2. Also 0.02s exposure is too fast for that camera in picture mode. The minimum
safest exposure I tested was 0.5s. Anything faster than this gives that puzzle. It's too fast for USB2.
Last edit: 4 years 11 months ago by nMAC.
4 years 11 months ago #38707

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

  • Posts: 20
  • Thank you received: 1
Yes I tried binning too. But this is a software binning and I 'm not sure it is done in the camera before it send images via USB.
4 years 11 months ago #38708

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

  • Posts: 554
  • Thank you received: 138
Well, I bought an ASI 120MM Mini and it works with the RasPi.

I had to rebuild the driver from the sources but I guess that's because I've been rebuilding Indilib and needed to build a compatible version of the camera driver.

Chris
4 years 11 months ago #38746

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

  • Posts: 486
  • Thank you received: 87

Replied by nMAC on topic Odroid Xu4 USB3 and ASI camera

I now I said you did not have the need to recompile the driver but as last resource, I would recompile it from the sources just to be sure.
Sometimes in the process of compiling some drivers on the ppa repository get screwed. It's not the first time it happens to me.
And recompiling solves the problem. Are you using the latest KStars / INDI drivers?

Give it a try.
Last edit: 4 years 11 months ago by nMAC.
4 years 11 months ago #38760

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

  • Posts: 257
  • Thank you received: 22
Hey guys. I've had a few problems with my ZWO cameras but I have usb3 versions and clicked in when I saw the Odroid-xu4 mentioned. I realize this isn't an exact match, but while I can confirm good results using an ASI178mm and ASI120C-s( both usb3) on the usb3 ports of the Odroid, something goes wrong when I combine the two, main/guide. --there's a thread journaling this problem if anyone has input.
I just mentioned it because those ports on the xu4 proved to be weird somehow that I haven't nailed down yet. I also tried an HP15 notebook with similar usb3 ports and got the same problem. Running both cameras on an rpi3b works fine.

Concerning updates, it might help to purge the old drivers before updating. Compiling works but since it isn't using apt it get's a bit weird sometimes. I've found that ripping everything out and cleaning up will sometimes sort out weird problems. I think what is happening is that, if an old driver installed a dependency (or even xml) and then a new install/compile is done, the test for dependency 'might' leave the old one assuming it's okay. Cleaning up prevents that.
# apt purge indi-asi asi-common

I've also had a few troubles with truncated xml files in the past. You can check your current vs. default in ~/.indi on your indiserver (rpi3b etc.) or just load the default. Copying them from git also works.
One other Idea I have on this: the stuff in canonical is very old. Make sure you are not actually getting drivers from there by mistake(from shameful experience :P).
Hope this helps!
The following user(s) said Thank You: David
4 years 11 months ago #38789

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

  • Posts: 257
  • Thank you received: 22
Piling on!
I was looking for unrelated info and found this:
indilib.org/forum/ccds-dslrs/4878-qhy-5l...erry-pi-2.html#36864
The ASI cameras not liking external hubs is certainly not helping the situation.

I also remembered having not enough supply input current to the rpi3 main supply causing troubles. If you are using a wall wart, make sure it's not close to limits. Rpi instructions 2A but a 4A supply is better.
4 years 11 months ago #38831

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

  • Posts: 554
  • Thank you received: 138
I'm not sure if this is a response to what I posted but what happened was that the ASI camera continued to work after recompiling and I was able to get the internal guider working. However the ATIK 383L+ driver wouldn't so no images.

I tried apt-get install indi-atik and that produced another error that was similar to the one the ASI driver produced. They both seem to be reporting an error referencing what looks like a mangled function name. So I tried the same fix, recompile from sources, and it worked. Now I can connect to both the main and guide cameras.
I've now got a system that works, or appears to, and that's good enough for now, I will wait until it is broke before fixing it.

I'd like to move on, do less developing, and spend some time actually using this kit to collect images.

Ideally I'd have two SD cards, a working one and a developing one, maybe I'll do that one day.

Chris
4 years 11 months ago #38833

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

  • Posts: 257
  • Thank you received: 22
Wanting off the front lines. I know that feeling well. Ask Jasem, who has lent me a shoulder more than once. ;>
If you see that error again maybe you could paste it here? It might be a clue. When I have had xml file issues I've gotten stuff like that in indiserver feedback. Sometimes it's just because the settings file has not been made/saved yet. Having a working boot does make sense. I actually have set aside an old git clone and called "everything works" ..so naturally I had to go and find a problem that wouldn't fix. LOL
Happy hunting!

Ray
4 years 11 months ago #38837

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

Time to create page: 0.866 seconds