Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2021 Changes in this version + const Delay + const DetectMinSize + const FrameHeight + const FrameWidth + type Server struct + func New(bind string, estimator *openpose.PoseEstimator, cam *camera.Camera) *Server + func (s *Server) ListenAndServe() error + func (s *Server) SetDelay(delay int) + func (s *Server) SetFrameSize(width float64, height float64) + func (s *Server) Shutdown(ctx context.Context) error + func (s *Server) Start() error