ros-drivers / axis_camera

Contains basic Python drivers for accessing an Axis camera's MJPG stream. Also provides control for PTZ cameras.
BSD 3-Clause "New" or "Revised" License
52 stars 72 forks source link

New style exceptions for Python 3 #52

Closed cclauss closed 4 years ago

cclauss commented 5 years ago

Python 3 treats old style exceptions as syntax errors.

cclauss commented 5 years ago

@k-okada What is the next step on this one?