-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final step videocapture #50
Comments
update: |
Hellooo, |
Thank you @Moriuks . In the article it states that the stack will be created in us-east-1. I am getting this error. Any idea why? |
i've made it to last step
pynt videocaptureip["<your-ip-cam-mjpeg-url>"]
,but im running with some issues,im hoping someone can tell me if im missing something when executing the last partvia ip camera:
i keep getting and error type,it connects for a second and then it dies....the message that im getting is thi:
[ build.py - Starting task "videocaptureip" ] Capturing from 'http://192.168.1.78:8081' at a rate of 1 every 20 frames... Traceback (most recent call last): File "video_cap_ipcam.py", line 141, in <module> main() File "video_cap_ipcam.py", line 105, in main bytes += stream.read(16384*2) TypeError: can only concatenate str (not "bytes") to str [ build.py - Completed task "videocaptureip"
Via web cam:
when i run it it seems to work because i keep getting
{'ShardId': 'shardId-000000000000', 'SequenceNumber': '49597758662347182382206873118270965332318602047252332546', 'ResponseMetadata': {'RequestId': 'c2c360dd-dd9c-3541-976f-38d97fe5e46b', 'HTTPStatusCode': 200, 'HTTPHeaders': {'x-amzn-requestid': 'c2c360dd-dd9c-3541-976f-38d97fe5e46b', 'x-amz-id-2': 'WoUPxGafWCb/ZB3aakhu/0/F8jCK9Hzbylv22q4UZHrK0pQ4XlWF9stz0GoBX7jbX9UUWDxuZmXXvsxZGuRD2rpdV38z8HFWPhw+Jg7iSVk=', 'date': 'Fri, 19 Jul 2019 23:44:04 GMT', 'content-type': 'application/x-amz-json-1.1', 'content-length': '110'}, 'RetryAttempts': 0}}
but after i execute this step, nothing appears on the dashed area in the Web UI(waited a couple minutes)
importan note: i did changed/convert some files to python3 since im running the project on it
files changed:
also changed the cPickle lib to pickle
Pd: pynt stackstatus is a green light
[ build.py - Starting task "stackstatus" ] Stack 'video-analyzer-stack' has the status 'CREATE_COMPLETE' [ build.py - Completed task "stackstatus" ]
Any help on this is gladly appreciated
The text was updated successfully, but these errors were encountered: