ABotelho23 / aacdnProject

This repository has been archived on GitHub and moved to GitLab. Please see the project on GitLab.com: https://gitlab.com/ABotelho23/aacdnProject
GNU Lesser General Public License v3.0
4 stars 3 forks source link

Implement camera in GUI #43

Closed ABotelho23 closed 6 years ago

thekidd54 commented 6 years ago

GUI has features to send number of pictures to camera & video length -node needs to properly handle requests Gallery has been implemented to view pictures/videos taken -not 100% yet

ABotelho23 commented 6 years ago

Currently picture number is definitely broken on client side. Expectation in the end will be just as you said, to send the number of pictures to take.

Maybe have a standard amount of time between each picture? Node will also have to send ACK before starting work, cause it'll just timeout in multi picture requests if not. I read something in the RFC about empty responses?

Can't recall how that works for video.

ABotelho23 commented 6 years ago

We'll also have to verify the encoding on the videos taken aren't too demanding or large.