Implement camera in GUI
Closed this issue · 3 comments
ABotelho23 commented
Implement camera in GUI
thekidd54 commented
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
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
We'll also have to verify the encoding on the videos taken aren't too demanding or large.