This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Not able to run pose_camera.py on a video #85
Labels
Hardware:Dev Board
Coral Dev Board issues
subtype:macOS
macOS Build/installation issues
type:bug
Bug
type:build/install
Build and install issues
type:support
Support question or issue
Description
l am trying to run this following command on the dev board
mendel@silly-llama:~/project-posenet$ python3 pose_camera.py --videosrc BenVid.MOV
The goal is to map out the poses of the people in the video but l am getting this error, does anyone have an idea of what could be missing? l am running headless connecting via mdt shell and downloaded fresh project repo without any changes.
Traceback (most recent call last):
File "pose_camera.py", line 166, in
main()
File "pose_camera.py", line 162, in main
run(run_inference, render_overlay)
File "pose_camera.py", line 127, in run
jpeg=args.jpeg
File "/home/mendel/project-posenet/gstreamer.py", line 366, in run_pipeline
pipeline.run()
File "/home/mendel/project-posenet/gstreamer.py", line 74, in run
sinkelement.set_property('sync', False)
AttributeError: 'NoneType' object has no attribute 'set_property'
Click to expand!
Issue Type
Bug, Build/Install, Support
Operating System
Mac OS
Coral Device
Dev Board
Other Devices
No response
Programming Language
No response
Relevant Log Output
The text was updated successfully, but these errors were encountered: