-
Notifications
You must be signed in to change notification settings - Fork 3
png_pub.py works now #128
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
png_pub.py works now #128
Conversation
| # Node is publishing to the video_frames topic using the message type Image | ||
| self.pub = self.create_publisher(Image, '/zed2/zed_node/rgb/image_rect_color', qos_profile=10) | ||
| # Create a VideoCapture object | ||
| # The argument '0' gets the default webcam. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What line of code is this comment referring to?
| # when I run this, this input is currently "not a numpy array" | ||
| # but we can think about the processing here once we actually have an image we wanna publish | ||
|
|
||
| #cap.set(cv2.CAP_PROP_EXPOSURE, -8) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| #cap.set(cv2.CAP_PROP_EXPOSURE, -8) |
alexanderbowler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
No description provided.