Esther Jun Kim

Results 17 comments of Esther Jun Kim

Hmm... 640x480 is working fine for me. From time to time, I do experience issues when I am modifying settings / code for the demo. I think the camera doesn't...

Have you taken a look at https://github.com/drejkim/edi-cam/issues/6 to adjust the resolution? You can also look at the [higher-res](https://github.com/drejkim/edi-cam/tree/higher-res) branch to see how I changed the resolution from 320x240 to 640x360....

Take a look at the comments thread with Allen Sessoms in the bottom of this [blog post](http://drejkim.com/blog/2014/12/08/video-streaming-on-edison/). Hope it helps.

@FlawedBliss thanks for this. I haven't experienced this before. Just curious... which version of Node.js are you running?

@FlawedBliss I wonder if it has to do with using a newer version of Node.js. The Edisons I have still use 0.10.38. Haven't updated in awhile. When I get the...

Which parts are you specifically having trouble with? For example, are you experiencing issues installing ffmpeg?

Ah, what I mean by "navigate to bin" is to change to the `bin` directory. For example, if you are already in the `edi-cam` directory, you would type `cd bin`....

Yes, all of the steps refer to installing on Edison!

Unfortunately, I don't have an Android Wear device (or a Samsung Galaxy 4) to help debug. Could this [thread](https://stackoverflow.com/questions/42596885/android-studio-error-missing-feature-watch) or this [thread](https://stackoverflow.com/questions/25621818/no-missing-feature-watch-when-i-try-to-run-my-smartphone-app-with-wear-app) be of any benefit to you?

It looks like the [Android API](https://developer.android.com/reference/android/hardware/Sensor.html#TYPE_HEART_RATE) provides just the heart beat and rate. However, this [thread on Stack Overflow](https://stackoverflow.com/questions/28513191/is-it-possible-to-get-ppgphotoplethysmogram-data-from-a-smart-watch-via-androi) says it may be possible to get the raw values from...