mxochicale / sentient

sentient -- intelligent sensing
1 stars 0 forks source link

Running scrips on windows machine #8

Closed mxochicale closed 1 year ago

mxochicale commented 1 year ago

I am raising this one to track any issues when running scrips on windows machine. Please add any related comments in this issue.

AbuAbdul1ah commented 1 year ago

Issues when running capturing_video

$ python capturing_video.py --vfn testvideo.mp4 --idFG 0 --fW 480 --fH 640 --FPS 15 --buffer_size 1
[ WARN:0@14.150] global cap_msmf.cpp:1759 CvCapture_MSMF::grabFrame videoio(MSMF): can't grab frame. Error: -2147483638
[ WARN:0@24.168] global cap_msmf.cpp:1759 CvCapture_MSMF::grabFrame videoio(MSMF): can't grab frame. Error: -214748363
AbuAbdul1ah commented 1 year ago

Useful commands to rebase branches

git checkout master
git pull origin master
git checkout RB
git rebase master

https://stackoverflow.com/questions/7929369/how-to-rebase-local-branch-onto-remote-master https://www.codecademy.com/article/git-rebase

mxochicale commented 1 year ago

Closing on behalf of #11