Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Slim down slamdunk node
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkabir committed Mar 11, 2017
1 parent bab82f4 commit 33e572b
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 469 deletions.
2 changes: 1 addition & 1 deletion cfg/SLAMDunkNode.cfg
Expand Up @@ -50,7 +50,7 @@ video_mode_enum = gen.enum([ gen.const("auto", int_t, VideoModes.MODE_AUTO, "aut
"An enum to set VIDEO MODE")

gen.add("video_mode", int_t, ReconfigureLevels.VIDEO_MODE, "Video Mode",
VideoModes.MODE_1280_960_30, VideoModes.MODE_MIN, VideoModes.MODE_MAX, edit_method = video_mode_enum)
VideoModes.MODE_900_700_120, VideoModes.MODE_MIN, VideoModes.MODE_MAX, edit_method = video_mode_enum)


video_source_enum = gen.enum([ gen.const("live", int_t, VideoSources.SOURCE_LIVE, "live"),
Expand Down

0 comments on commit 33e572b

Please sign in to comment.