Coder Social home page Coder Social logo

camcastic-desktop's People

Contributors

aking1012 avatar mateosalta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

braiam

camcastic-desktop's Issues

Fix settings window

Hit F5 to try and get settings window, gets this error:

Traceback (most recent call last):
File "./camdesk.py", line 28, in properties
self.win = Gtk.Window(Gtk.Window.TOPLEVEL)
AttributeError: type object 'Window' has no attribute 'TOPLEVEL'

Add locked aspect ratio.

Currently user has to guess on proper ratios (or know them well) producing black bars, making this locked will give better control and simpler interface.

Start cam by default on start.

Users that launch may be confused by lack of direct interface on a blank window.

Plan

  • Start cam on launch
  • Error if there is no cam (or other cam busy errors)
  • No Cam available: display program logo?

Add additional hotkeys

I think it would be useful to have an additional hotkey to hide the "selfie" window. If you're in a fullscreen presentation and the webcam window blocks something critical, it should be a simple keypress to toggle the window invisible and back again.

Posibility to add advanced settings for Video

Add sliders for "Brightness", "Contrast" maybe as advanced settings somewhere.

xvimagesink http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-xvimagesink.html#gst-plugins-base-plugins-xvimagesink.synopsis works for this and I can allready hack in values in around say:

def on_sync_message(self, bus, msg):
if msg.get_structure().get_name() == 'prepare-window-handle':
print('prepare-window-handle')
msg.src.set_property('force-aspect-ratio', True)
msg.src.set_property('brightness', -200)
msg.src.set_property('contrast', 200)
print('prepped')

possibly hue and saturation (mine the auto color goes a bit off, would be nice for white balance) or Special effects!

Pin? What is it, do we want it, fix it.. ect.

Pinning seems broken, although I can't remember what is does, or why we want it.
So, I'll investigate what it was... then see about fixing or not from there (maybe renaming it ~)

Prevent multiple settings windows.

After opening a settings window with F5, click on the cam window, then hit F5 again, another settings window is opened.
Expected behavior would be allowing one settings window.

Add more intutive start/stop

I'm all for keyboard shortcuts, but I think we should have a second way of starting stopping the camera, possibly a right click or double click on the window (maybe a right click menu in the future).
My camera has a button on top ~ look into ways of using camera buttons?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.