Hello everybody! I'm new here.
First of all, I'm not a programmer! So please don't answer with 'Hey, that's easy, just do it so and so' :-) I am a sysadmin with some linux knowledge. And here is my question:
How can I pipe a ZWO ASI videostream captured by the SDK to a v4l2loopback device?
And that's the background:
We have two ASI Cameras connected by USB to a Linux Mint:
jens@allsky-ZBOX-CI327NANO-GS-01:~/ASI_linux_mac_SDK_V1.29/demo/bin/x64$ ./test_gui2_snap
attached cameras:
0 ZWO ASI174MM
1 ZWO ASI178MC
I managed to compile the demo code 'test_gui_video' without an error (jippi). The demo 'test_gui_snap' is not working anymore, since the opencv changed to opencv4. Some functions are nor more available, 'saveImage' and other.
However, the demo code 'test_gui_video' is working and produce data, I hope. Currently, the demo open a windows, what I cannot see as remote ssh user.
How can I save this video data
- to a file
- to a device such as v4l2loopback.
We wanna use an opensource software for meteor tracking. This software can only read a /dev/video device - or a rtsp-stream from an IP-Camera. I'd like to read the video stream from our monochrome camera and serve the stream for the meteor detechtion software.
Regards from germany
Jens