chadfrench7 Posted April 26, 2018 Share Posted April 26, 2018 Hi, Can you use the flash on the right_hand_camera in SDK mode? If so, how would you do this? Thanks, chad Quote Link to comment Share on other sites More sharing options...
Ian McMahon Posted April 27, 2018 Share Posted April 27, 2018 Hi Chad, the intera_interface package has a function to do this: #! /usr/bin/env python import rospy import intera_interface rospy.init_node("strobe") c = intera_interface.Cameras() c.set_cognex_strobe(True) rospy.sleep(5) c.set_cognex_strobe(False) Hope this helps! ~ Ian Quote Link to comment Share on other sites More sharing options...
chadfrench7 Posted April 28, 2018 Author Share Posted April 28, 2018 Thanks! I think this is not in the current API Documentation, unless I missed it. -Chad Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.