Modify

Opened 15 years ago

Closed 15 years ago

#25 closed enhancement (postpone)

Simple command line app to access camera properties

Reported by: Suren A. Chilingaryan Owned by: Matthias Vogelgesang
Priority: minor Milestone:
Component: libuca Version:
Keywords: Cc:

Description

For scripting purposes it would be nice to provide simple command line application (or extend enum) which would get/set values of specified node or list it children. Return non-zero exit code if action failed. The parameters and output could look like this:

   ./cli Image.Width
   1280
   ./cli Image.Width 1024
   ./cli -l Image.Width
   Image.Width.Min
   Image.Width.Max

Attachments (0)

Change History (3)

comment:1 Changed 15 years ago by Matthias Vogelgesang

Resolution: fixed
Status: newclosed

See test/enum.

comment:2 Changed 15 years ago by Suren A. Chilingaryan

Resolution: fixed
Status: closedreopened

The latest revision of enum is not able to set properties. Also to get a single property you need to parse output of enum.

comment:3 Changed 15 years ago by Suren A. Chilingaryan

Resolution: postpone
Status: reopenedclosed

However, I'll will close this ticket for now with resolution postpone. Probably, we can provide such utility once and for all implementing it for properties library.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matthias Vogelgesang.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.