guardianproject / haven

Haven is for people who need a way to protect their personal spaces and possessions without compromising their own privacy, through an Android app and on-device sensors
https://guardianproject.github.io/haven/
GNU General Public License v3.0
6.57k stars 729 forks source link

Recording video Bug #413

Closed zcar300 closed 3 years ago

zcar300 commented 4 years ago

When Haven senses motion it only records 1-3 seconds of video. I don't see any way to set the length of the video clips. They are also very low framerate. More like a time lapse than an actual video.

Version 0.2.0-Beta-5-signed (214) Fdroid says it's up to date.

lukeswitz commented 4 years ago

Duration can be changed under the video recording setting. Use the gear icon to get there. Frame rate is a work in progress...

zcar300 commented 4 years ago

Is it the video monitoring length? That reads like an amount of time it will record video. Not how long the individual videos will be.

Thank you.

lukeswitz commented 4 years ago

That sets the length of each video. Cheers & new build on the way

zcar300 commented 4 years ago

Great, thank you.

zcar300 commented 4 years ago

So I changed the "set video monitoring length" to 1 minute. It is now recording videos between 1 and 4 seconds long.

lukeswitz commented 4 years ago

So I changed the "set video monitoring length" to 1 minute. It is now recording videos between 1 and 4 seconds long.

Confirmed, 04s is the longest duration of video I can get the app to pull on any device up to AOS 10. Is anyone capturing the set duration in their preferences? If so, what version of Android are you on? Please and thank you

xloem commented 4 years ago

@lukeswitz my phone seems to really struggle to encode the video, leaving things very choppy. i notice the project currently uses jcodec which is pure-java: it sounds like you guys would like some help switching to an NDK solution to encoding?