eswww / pi-snap-app

pi-snap app
GNU General Public License v3.0
0 stars 0 forks source link

GUI 개발 #1

Closed punkyoon closed 6 years ago

punkyoon commented 6 years ago
punkyoon commented 6 years ago

https://www.slideshare.net/ravenkyu/pycon-2015-pyqt https://www.slideshare.net/ravenkyu/pycon-2017-pyqt

punkyoon commented 6 years ago

카메라 제어

https://neosarchizo.gitbooks.io/raspberrypiforsejonguniv/content/chapter4.html 여기 좋음 레알 오 레알~~~

https://github.com/raspberrypilearning/the-all-seeing-pi

punkyoon commented 6 years ago

오 성능이 노답인걸~~

https://www.youtube.com/watch?v=jqHHsTepsQM pi3에서는 잘됨 ㅎ... 렉 하나도 없어용

punkyoon commented 6 years ago

예제 https://github.com/rudavis/picam

punkyoon commented 6 years ago

다른 예제

https://www.youtube.com/watch?v=kMGjroIRzj4

https://www.raspberrypi.org/blog/all-seeing-pi-photo-booth/ https://projects.raspberrypi.org/en/projects/the-all-seeing-pi

https://www.hackster.io/ericBcreator/photo-booth-powered-by-a-raspberry-pi-23b491

punkyoon commented 6 years ago

http://benhoff.net/face-detection-opencv-pyqt.html

punkyoon commented 6 years ago

조금 찾아보니까 pyqt안에 카메라를 띄워서 보여주는 것 보다 다른 방법을 쓰면 훨 좋거나 혹은 편함... 이 부분에 대해서 고려를 해봐야할듯...

+) pyqt안에 open cv없이 picamera 모듈 하나로 영상띄우는건 거의 불가능하다고 보면 된다...

punkyoon commented 6 years ago

기본적으로 gui에 들어가야 할 사항

  1. 사진 찍기 전

    • information (ex. 버튼을 눌러 촬영을 시작~~~~)
  2. 사진 preview 상태 (촬영모드)

    • PiCamera 모듈로 gui 위에 카메라 preview 덮어 씌우거나,,등등
    • 적정 거리되면 카운트다운 표시하고 촬영
  3. 사진 촬영 이후

    • 사진 촬영 결과물 띄워서 보여줌
    • 이메일 입력받도록 textbox
    • 이메일 전송하도록 전송 btn
    • 이메일 전송 안하고 처음으로 돌아가도록 cancel btn
punkyoon commented 6 years ago

Plan B로 사진 촬영 이후 방명록 기입하는 기능의 추가도 염두에 두기!

punkyoon commented 6 years ago

http://nanite.tistory.com/53 http://pyqt.sourceforge.net/Docs/PyQt5/

punkyoon commented 6 years ago

cc9e7222e62dcedb696096a644760a2181aa0ac8

punkyoon commented 6 years ago

we have to modify the design..