CameraCornet

Results 14 comments of CameraCornet

Again, this is a device with only a single camera, front-only. The user-interface "switch" front to back fails. Not sure why it gets in a state where switching always fails....

As I mentioned in Issue #383 discussion - the current code path is that preview frames come in and frames are skipped/dropped based on frequency of desired motion analysis. If...

I'm on latest github,compiling from source. This Calibration / Settings screen just isn't working very well. To me there is a fundamental design issue here: I suggest a single frame...

My baseline is build 118 commit a52455e9d594484aeea5b69b68334950c164f962 (tag: 0.2.0-alpha-5, origin/master, origin/HEAD, master) Author: n8fr8 Date: Wed Oct 3 16:43:53 2018 -0400 update to version 118 This older camera motion code...

@indiglofae Haven camera settings? I don't see such a setting. And to add, I don't have video on. This is looking at my Nokia 6.1 device, running Android ``9.

I installed Haven from Github on a Chromebook, Chrome OS 74.0.3729.159 Official Build, and the same thing is happening. The slider for sensitivity seems to make little difference. It sometimes...

Playing around... The code checks each Frame getData() and getSize() against null twice. Perhaps threading is causing these problems? getData() and getSize() is checked for null before submitting to ThreadPool:...

Another observation... The first thing the method does is check DETECTION_INTERVAL_MS - but is that really what you want if you are capturing video? If you are in the middle...

Code is public: https://github.com/CameraCornet/haven/tree/CameraRework0

I hacked in a switch/case to allow the older MotionDetector code with visual annotation to work with the latest github source. Video recording may be broken, I haven't tested this...