최근 포스트

arducamera lens issue about red tint.

최대 1 분 소요

아두카메라를 사용할때 이상하게 화면이 붉게 나오는 현상이 있어서 삽질하다가… 해당 업체의 사이트에서 해결책을 찾았다 https://www.arducam.com/docs/cameras-for-raspberry-pi/native-raspberry-pi-cameras/lens-sha...

C# file open dialog

최대 1 분 소요

file open and the name return OpenFileDialog openFile = new OpenFileDialog(); openFile.DefaultExt = "jpg"; openFile.Filter = "Images Files(*.jpg; *.jpeg; *....