Skip to content

2021 PNU R&D Project Undergraduate Student Participation Researcher

Notifications You must be signed in to change notification settings

201524495/2021_MultiMedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiMedia

UI file to py file

enter this code at terminal

Make PY file

  pyuic5 -x _uiFiles/example.ui -o modules/UI.py

before : using UI

using ui file

after : using PY

using py file

Make EXE file

enter this code at terminal

move to "modules" folder -> typo this code

Make EXE file

cd modules

pyinstaller -w -F basics.py

Project File

show project files

Always On Top

OnTop

Keyboard Event

Stop or Exit Video Player

Keyboard Event

Control UI

Keyboard Event

More Sensitive Keyboard Press

Keyboard Event

Question Box

Question Box

Mouse Tracking

Clicked Code

Show UI

File Open

File Open

we have to read path in Edit Text Box.

1st sentence is "Find File Path"

2nd sentence is "Convert List to String"

3rd sentence is "Append Later Finding"

File Size Down

File Size Down

pyinstaller -F -w --exclude pandas, --exclude numpy basi.py

Result

we can Size Down 290MB -> 57MB

  • But we use cv2, it need numpy. so other method apply to reduce size...

Fix

  • Make Virtual Enviroment in PyCharm

In Virtual

Eorror with latest version

  error: (-27:Null pointer) NULL window: 'video_1' in function 'cvMoveWindow'

checkVersion

latest version occured with my code.
so call back last version.

  • Result

Result

About

2021 PNU R&D Project Undergraduate Student Participation Researcher

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published