S D Rausty
S D Rausty
>trying to set a motion detector on Android with taking photos/videos when event occurs. Do you know any open source solution for that? This script saves pictures and converts them...
>takes about 2second which is extreme latency I have noticed `termux-camera-photo` speeds up on loop shots; How about you? Please see function `_CAMS0_` above. >extreme latency This is when `termux-camera-photo`...
>about 2second which is extreme latency The fastest frame rate capture speed seems to be about 2 frames per second at 4000x3000 resolution.
>video stream like in cctv This seems very reasonable considering the modern devices we use, and that other apps can; I wonder why Termux cannot?
>The fastest frame rate capture speed seems to be about 2 frames per second at 4000x3000 resolution. The frame capture rate seems very erratic too. Sometimes it might take lengthy...
>file size comparison should give >motion detector ``` #!/usr/bin/env bash ## Example usage: 'cams.bash 0 255 16 2048 r 90 2' ## Loop example: 'while true ; do cams.bash ;...
>Check snowden's haven. It's pretty nifty. I have tried it; Have you? >video stream like in cctv Can [Termux-api connect with the video](https://github.com/termux/termux-api/issues?q=is%3Aissue+video) feature?
Thank you for replying. >tried it when it was initially released. ditto >Don't see any plugin support currently. ditto It would be nice if it were supported. Maybe it is...
Running command `logcat -v color` in a new session produces multicolor debugging information about [`termux-api`](https://github.com/termux/termux-api/issues?q=is%3Aissue+camera+label%3Aenhancement) when using [`cams.bash`](https://github.com/TermuxArch/TermuxArch/blob/master/archlinuxconfig.bash#L58) with multiple camera ids; e.g. `cams.bash 0`, `cams.bash 1`, etc...
>How to stop autoscroll in command line If simply scrolling the screen up by scrolling up does produce the desired effect, you can try this method while it is rolling:...