Drawing on top camera view

i just begining to create an application for mobile phone. Im have tried to put the camera preview (VideoControl) on GameCanvas.
but i can't draw something else on top of the preview window because it is always covered by the preview.
So, how can i do that? How can i draw something else on top of the camera preview?
TiA

but i want it stay visible... so it seems impossible... am i right?
and another question : i can't get a snapshot if the controller is invisible? is there anyway to get a snapshot while the controller (the camera preview) is invisible???
TiA

Similar Messages

  • How to draw white border(only corner) lines around camera view finder

    Hi. You know those white corner lines around the camera view that is found on most camera apps, how do I draw those lines around the camera view? I'm developing a video camera app and now I want to draw those lines to indicate where the camera view finder
    is. The white line starts at the top left corner of the camera view(horizontal) then stops about one quarter and starts again at the other side(top right). The same at left, right and bottom side. It shouldn't be a full square/rectangle just the corners. I
    think you understand what I'm talking about now. How can I draw just "video camera corner lines"? After this question I want to ask you how to change the resolution like to 176*220, 240*320 ect and what the available resolutions is for capturing
    video-clips. For now just the white corner lines of camera view. Thanks in advance:-)

    How do I draw lines and shapes on top of the camera view finder(cvf)?
    +how do I show the battery life bar on cvf?
    +how do I programmatically add text on the cvf?
    +how do I make a connection request? (connect to a URL)?
    +how do I change the resolution of the video camera? What is the acceptable values for resolution?
    +how do I listen for touch events on the cvf?
    Thanks

  • Howto draw a redline on the camera view on iphone

    Hi all,
    I wrote a barcode scanner program on iphone. I like to add a horizontal redline on the camera view to aid for aiming of the barcode.
    How I do that? What API function I should use under Quartz 2D?

    If you drag something from the File Browser or Library directly to the Canvas in Active Camera view, the camera will frame that object.
    Alternatively, if the layer or group of layers is already in your project, you can select the camera, and in the Properties tab, drag the Position and Rotation properties from the camera onto the layer or group.

  • My camera always freezes when I try to switch to front camera view. How can I fix this?

    The original camera app on my iPod touch does not work. The camera shutter would not open. I purchased and downloaded another camera app and it works- only the camera freezes when Itouch the icon in top left corner to get it to switch to front camera view. Has anyone had this problem? If so is there something I can do to correct it?

    Have you tied the standard fixes:
    - Reset:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    -restore the iPod from backup
    - Restore the iPod to factory defaults.
    - Also look at this long-running previous discussion on your problem.
    Camera shutter issue: Apple Support Communities

  • Trouble finding "top camera" training.  is there a good link or utube

    trouble finding "top camera" training.  is there a good link or utube

    Well, there are settings you can change in QuickTime Player to improve it's playback. Look in the Window menu to see the properties and inspect the QT movie.. there is a button to turn on in the Inspector so it plays at "high quality".. it's not the default setting, and will show you all the quality you have. Plus viewing interlaced material on a computer display will never look all that great, because the computer display is progressive, not interlaced... need to always judge things externally on a video monitor because of this, or add a Matrox MXO to your system to change the nature of the computer display so it becomes a video monitor in essence.
    BUT any time you put a clip in a sequence in FCP, it changes it's format to match the format that the sequence itself is set to be. So if you put a 10 bit clip in a sequence set to render in 8, it becomes an 8 bit movie.
    HTH
    Jerry

  • Multiple camera views

    Can anyone offer any suggestions on how I would display 2 camera views on the screen at the same time?
    For instance, I am navigating the scene in a car so I would like to have one camera pointing in the direction I'm heading and one camera pointing in the opposite direction (to act as a rear view mirror). I want the screen to display the scene ahead of me, but at the top corner I want to display what would be seen by the rear view mirror.
    Thanks for your help

    Thanks for the site. I can't seem to run the ThirdPerson example though. I get this error when I try:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\Program Files\JavaSoft\JRE\1.3.1_02\bin\J3D.dll: Invalid access to memory location
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at javax.media.j3d.MasterControl$17.run(MasterControl.java:787)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:784)
    at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:229)
    at j3dui.utils.app.SingleFrame.<init>(SingleFrame.java:87)
    at ThirdPerson.<init>(ThirdPerson.java:42)
    at ThirdPerson.main(ThirdPerson.java:37)

  • How can I draw on top of an image?

    I'm using a JApplet with three JPanel's inside of it.
    Inside one of those JPanel's I would like to place an image and a button. When the button is clicked, I want to draw an oval on top of the image . Each subsequent time the button is clicked, the oval will move to a different location.
    So here are my questions:
    1) What should I use to draw the image? (a JLabel with an ImageIcon on it?)
    2) Could I simply use g.drawOval() in paintComponent() to directly draw on top of the image/JLabel?
    Any help will be greatly appriciated.

    Here's a sample to study;-import java.awt.*;
    import java.awt.event.*;
    public class DrawOnImage extends java.applet.Applet{
      int xPos, yPos;
      Image img;
      public void init() {
        add(new Label("Hello World") );
        Button press = new Button("press");
        add(press);
        press.addActionListener(new ActionListener(){
          public void actionPerformed(ActionEvent e){
            xPos = (int)(Math.random()*270);
            yPos = (int)(Math.random()*170)+30;
            repaint();
        img = getImage(getDocumentBase(), "anImage.JPG");
      public void paint(Graphics g){
        g.drawImage(img,0,30,this);
        if(yPos>=30)g.fillOval(xPos, yPos, 45, 45);
    }

  • Yahoo Msger with Web-cam view support

    Does anyone know of any other client besides Gyach Enhanced that allows web-cam viewing using Yahoo Messenger?  I am unable to compile Gyach Enhanced and I have not found another client that supports this.  If you have been able to compile Gyach Enhanced on Arch could you please provide me the details?  Any help will be appreciated.
    Thank you

    I found http://gyachi.sourceforge.net/ and I attempting to compile, however, I receive the error:
    checking for GTKHTML... configure: error: Package requirements (libgtkhtml-2.0 >= 2.0) were not met:
    No package 'libgtkhtml-2.0' found
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    Alternatively, you may set the environment variables GTKHTML_CFLAGS
    and GTKHTML_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    I have libgtkhtml-2.6.3-2 and it seems to be located in /opt/gnome/include/gtkhtml-2.0/libgtkhtml .  Does anyone have any suggestions on getting this to compile or how to edit the PKG_CONFIG_PATH ?  I attempted GTKHTML_LIBS=/opt/gnome/include/gtkhtml-2.0/libgtkhtml  but I still receive the same error.
    Thank you.

  • Skype own camera view location

    I have just set up Skype on a Sony Bravia TV.
    Can anyone tell me how to move my camera view when in a Skype call from one corner to another corner like you can do on a tablet/ laptop/ desktop.
    With my ipad I am able to put my finger on my camera view and move it around the screen but I am unsure how to move it around or even turn it off on the Sony Bravia.
    Thanks

    Hi
    Unfortunately on the Sony Bravia TVs, the camera view is fixed to the bottom right hand corner of the screen

  • Unable to See Camera Angles in Multi-Camera View

    Hello Adobe Community,
    I seem to be missing the ability to see my camera angles in Multi-Camera view as you can see in the picture below.
    I feel it may caused by me trying to get Adobe Encore to work. I have been trying to get Encore by installing and un-installing an older version of Premiere CS6 with no success. On a side note, Premiere Pro CC 2014 crashes on launch.
    I'm running Premiere Pro CC on a MAC running OS X version 10.9.4 with 3.4 GHz Intel Core i7 with 8GB 1333 MHz DDR3.

    Hi Sascha,
    No i cannot see the buttons either.
    Following is how the view is embedded.
    View - > Tray - >viewcontaineruielement-> wnd_selection_screen.
    Am i missing something?
    regards,
    Priyank

  • Draw on top of the system's Window Chrome?

    We'd like to use the system chrome for our desktop app, but we'd also like to be able to draw on top of it. We would like to show a button that prompts them to purchase the trial version of our software for example, or notify them that there is an update available. I don't want to use custom Chrome because we want whatever is there by default. We simply want to draw on top of it. Is that an option? My Googling and experiments have not yielded much!
    Many thanks for any help you can offer!

    You can uninstall your current Persona and revert to the Default theme (Tools > Add-ons > Themes).
    See [[Personas]] and http://kb.mozillazine.org/Themes (Lightweight theme)

  • Help Improve Premiere! FR: Separate, maximizable Multi-camera view

    Do you ever use Premiere CC's Multi-Camera tools?  Then this FR is for you!
    Please copy/paste as your own and send to https://www.adobe.com/go/wish/.  Every voice counts!
    *******Enhancement / FMR*********
    Brief title for your desired feature: Separate windows for Multi-camera view and Program Monitor, with ability to tilde toggle to full screen either or both.
    How would you like the feature to work?
    The Multi-camera view and the Program Monitor should occupy separate, individually resizable and maximizable windows. 
    Why is this feature important to you?
    The way these interface elements are currently squeezed into the same window is extremely limiting as far a viewing options.  When the Multi-camera view is displayed, users can no longer do a full-screen preview of their edit, nor can they do a full screen preview of their multi-camera angles.  This is unnecessarily restrictive.  By putting the Multi-camera view in it's own window, and allowing it to be tilde maximized to full screen, users would have so much more flexibility for viewing their camera angles and their final edit while editing multi-camera sequences.

    Hi Kevin,
    I'm not sure how sticking the Multi-Camera View together with the Program Monitor does anything to clean up the interface.  But supposing it does somehow, how can the person responsible for this change justify 'cleaning' the interface at the tremendous expense of functionally? 
    The current design simply isn't functional as already stated:
    Full screen preview can't be used for the Program Monitor and/or the Camera Angles.
    The Camera Angles can't be positioned and resized independently on their own monitor.  Ditto for the Program Monitor.
    How could the PP team miss this?  Sorry to be brash, but it just baffles me how an entire team of  adults can commit such an obvious gaffe.    Perhaps they need to screen their ideas past real users, users like me that think outside the box and speak up when things don't work.  For sure Adobe already does this, but it clearly isn't working, either because they're consulting the wrong people and/or they're getting the right feedback but aren't listening to it.
    When I have to multicam edit on my laptop, I would LOVE to be able to display ONLY my camera angles in Full Screen.  This would make each camera angle a usable size on a 17" laptop, and leave out any and all distracting interface elements (something helpful on any size monitor).   After my initial edit is finished, I could then scale down my Multi-camera View and place it next to my Program Monitor above my Timeline to refine the edit.  The current design makes this logical approach impossible.
    I was REALLY hoping to see this fixed in 7.2.  The problems with the current design are so painfully obvious to me, every single time I do multicamera editing.  IMHO, it should also be obvious to anyone that trully understand video editing.
    You wrote "this appeals to some and not to others.", but for the life of me, I can't see how this change could possible appeal to anyone (other than a sadist that gets pleasure out of seeing an editor's workflow getting screwed).

  • Ever since I downloaded the ICloud I am unable to use my camera, it will turn on but the screen will not show the camera view, anyone else have this problem or what I can do to fix?

    Ever since I downloaded/installed the ICloud IOS5 I can not use the camera icon on my Ipod. I can click on the icon, the screen will lighten just a little but it is not letting me see what is in the camera view. Any one else have this problem or know how I can fix it?

    Make an appointment at the genius bar are your nearest Apple store. At this point there is nothing you can do without a computer, so if you don't have one and don't know anyone who has one that you can use the Apple store is a good fallback.

  • Video Filter missing:  PR.ADBE Camera View

    Hi, I get the following message when I load my premiere project:
    Video Filter missing:  PR.ADBE Camera View
    I know its a filter on windows what is not on a mac because I transferd some files to my mac. I only want to know how do I get rid of this message.
    Thanks

    Yes, but it will be manual labour. Just go through all your clips and remove each instance where you have used it. Maybe it is shown in the timeline in a different color or with diagonal stripes through it, I don't know.

  • Materialized View On top of View Refesh Question

    I have senario...where we have a MVW on top of view....How can I refesh the MVW everytime the view refreshes...?
    THe MVW is very small (less than 150 rows)..and its straight data from view
    any suggestions?

    Hi dude,
    Please refere below code
    Materialized View Built on View Rewritten for FAST REFRESH
    SQL> DROP MATERIALIZED VIEW scott.emp_v_MV;
    SQL> CREATE MATERIALIZED VIEW scott.emp_v_MV
    NOLOGGING
    PARALLEL
    BUILD IMMEDIATE
    REFRESH FORCE ON DEMAND
    ENABLE QUERY REWRITE
    AS
    select * from emp_v
    SQL> truncate table mv_capabilities_table;
    SQL> exec dbms_mview.explain_mview('scott.emp_v_mv');
    SQL> set linesize 100
    SQL> SELECT capability_name,  possible, SUBSTR(msgtxt,1,60) AS msgtxt
               FROM mv_capabilities_table
               WHERE capability_name like '%FAST%';
    CAPABILITY_NAME                P MSGTXT
    REFRESH_FAST                   N
    REFRESH_FAST_AFTER_INSERT      N named view in FROM list not supported   for this type MV
    REFRESH_FAST_AFTER_INSERT      N named view in FROM list not supported for this type MV
    REFRESH_FAST_AFTER_INSERT      N view or subquery in from list
    REFRESH_FAST_AFTER_INSERT      N the detail table does not have a materialized view log
    REFRESH_FAST_AFTER_ONETAB_DML  N see the reason why REFRESH_FAST_AFTER_INSERT is disabled
    REFRESH_FAST_AFTER_ANY_DML     N see the reason why REFRESH_FAST_AFTER_ONETAB_DML is disabled
    REFRESH_FAST_PCT               N PCT is not possible on any of the detail tables in the mater
    SQL> DROP MATERIALIZED VIEW scott.emp_v_MV;
    SQL> CREATE MATERIALIZED VIEW scott.emp_v_MV
    NOLOGGING
    PARALLEL
    BUILD IMMEDIATE
    REFRESH FORCE ON DEMAND
    ENABLE QUERY REWRITE
    AS
    select * from emp;
    SQL> TRUNCATE TABLE mv_capabilities_table;
    SQL> EXEC dbms_mview.explain_mview('scott.emp_v_mv');
    SQL> SELECT capability_name,  possible, SUBSTR(msgtxt,1,60) AS msgtxt
               FROM mv_capabilities_table
               WHERE capability_name like '%FAST%';
    CAPABILITY_NAME                P MSGTXT
    REFRESH_FAST                   Y
    REFRESH_FAST_AFTER_INSERT      Y
    REFRESH_FAST_AFTER_ONETAB_DML  Y
    REFRESH_FAST_AFTER_ANY_DML     Y
    REFRESH_FAST_PCT               N PCT is not possible on any of the detail tables in the mater
    Materialized View Aggregation with Required Materialized View Logs:
    SQL> CREATE MATERIALIZED VIEW LOG ON scott.emp
    WITH SEQUENCE, ROWID (JOB, DEPTNO, SAL)
    INCLUDING NEW VALUES;
    SQL> CREATE MATERIALIZED VIEW LOG ON scott.dept
    WITH SEQUENCE, ROWID (DEPTNO)
    INCLUDING NEW VALUES;
    SQL> DROP MATERIALIZED VIEW scott.sal_dept_mv;
    SQL> CREATE MATERIALIZED VIEW scott.sal_dept_mv
               NOLOGGING
               PARALLEL
               BUILD IMMEDIATE
               REFRESH FORCE ON DEMAND
               ENABLE QUERY REWRITE
               AS
              SELECT e.job, e.deptno, sum(e.sal)
              FROM emp e,
                   dept d
              WHERE e.deptno=d.deptno
              GROUP BY e.job, e.deptno;

Maybe you are looking for

  • Adding Tags in PDF for Tables and Figures

    Please let me know how to add tags for Table and Figure in the PDF and also about setting up attributes for that

  • Updation of contract data for all the follow up documents

    In crm I have created a service contract. From this I have created a sales-service order as follow up document. Then from this service order one suspension order. When I am opening the sales-service order in item details tab and then in contract tab

  • Can't use JAXB schema compiler output!!

    when i try to compile large .xsd file with JAXB schema compiler, it generates java source just fine. but when i try to compile the source into classes, javac runs out of memory! the files are to big! anyone can i make them smaller please? thanks in t

  • TS1424 Itunes film and TV show downloads and not being able to watch them.

    When I am using my macbook pro and in itunes and download a film, the film starts to download OK, and it shows the artwork for the film and it also starts downloading as a 'protected MPEG-4 video file'.  You can even start to watch the film Ok on the

  • YTD Actual & YTD Budget

    Hi All, How to calculate year-to-date Actual & Budget funds available through SQL query. Any hint? General Ledger Responsibility:- Version:-11.5.10 Navigation :- Inquiry-->Funds kindly help..