agarciadom / ipwebcam-gst

Simple shell script for using IP Webcam as a V4L2 webcam / sound source
http://xmleye.wordpress.com
621 stars 155 forks source link

A new script that can run as a fork #121

Closed mingww64 closed 1 year ago

mingww64 commented 2 years ago

@wmyfelix This commit includes: 9eb6d24

~/Project/co-work/ipcam-gst/ipwebcam-gst master ⇡1 !1 ❯

- Flip help

❯ camera -f help

Usage: ipcam --filp [flip method]

[flip method] is none by default. Here are some values you can try out (from gst/videofilter/gstvideoflip.c):

However, some of these flip methods do not seem to work. In particular, those which change the picture size, such as clockwise or counterclockwise. *-flip and rotate-180 do work, though.

~/Project/co-work/ipcam-gst/ipwebcam-gst master ⇡1 !1 ❯

- log saving

❯ ls /var/tmp/camera/feed* /var/tmp/camera/feed-1658672663.log /var/tmp/camera/feed-1658672713.log


- Audio streaming check
- etc.
agarciadom commented 1 year ago

Thank you for the suggestion, but I think it'd be best to keep this repository to a single script, as having two very similar copies of the same script would complicate maintenance quite a bit.

Would it make sense to try and add a --fork option paired with a --kill option to the main script?

mingww64 commented 1 year ago

I really want to help, but something went wrong with my setup. https://github.com/agarciadom/ipwebcam-gst/issues/124#issue-1601359500