Hello,
here is the source code for my software related to acquisition and real time treatment of a camera.
The camera is a ZWO ASI178MC or ASI178MM (with mini EFW if you have one).
2 versions of the software :
PC version with Windows 10
NVIDIA Jetson Nano (2 & 4GB) or Jetson Xavier NX
You can find the source code and the libraries here :
https://github.com/AlainPaillou/JetsonSky-SkyPC-distrib
The software is not user friendly and you will have to manually set some informations in the source code (mainly path to your personal repositories).
You will need Python 3.7.0 or 3.6.0 and CUDA (from Nvidia). You will also need some Python libraries like :
numpy
PILLOW
TKinter
pycuda
and so on
zwoasi and zwoefw are provided with the source code Libraries for the camera are also provided.
The software still have bugs but it works quite well. It was not supposed to be distributed.
I provide no assistance because i do not have time for that. Sorry for that. You will need some courage to make it work on your system.
Other ZWO planetary camera ca be used but you will have to adapt the resolutions in the main software :
Lines 69 to 72
Function lines 2996 to 3083
Widget lines 3843 to 3845
License : For non commercial use (and only personal use) : free of use
For commercial use, please contact me before use.
This software was created mainly for astronomy, that is to say it gets very specific functions.
You can have some informations about my purpose here :
https://forums.developer.nvidia.com/t/electronically-assisted-astronomy-with-a-jetson-nano/76861
Good luck.
Alain