Setting the Webcam resolution?

Hello,
I planned to writing some basic motion tracking software in Java using the JMF. The webcam I planned to order is the Creative webcam live mentioned here on amazon:
http://www.amazon.com/exec/obidos/tg/detail/-/B0002UE9WI/qid=1125501861/sr=8-5/ref=pd_bbs_5/103-4724716-5856630?v=glance&s=electronics&n=507846
The webcam is said to have a resolution of 640 x 480, and hoped to use the FrameAccess.java example from Sun to use the webcam rather than a video.
The FrameAccess.java I believe allows access to the pixels of each frame.
I just wondered if anyone knew, if the JMF included any functions to change the resolution of the webcam from 640 x 480 to maybe 320 x 240?
So there are less pixels to process from each frame?
Many thanks

Thank you for replying.
When I use this creative webcam with JMF, do you think using the FrameAccess code and changing this code to work with a webcam rather than video.
The FrameAccess code would display an image less than 620 x 480 in the swing component, and in the process method which allows access the frame pixels the number of pixels would be less than 620 x 480?
Even though the webcam has a default 640 x 240 setting? Would you have any idea how small the 640 x 480 would be reduced to?
Thanks

Similar Messages

  • Set the System resolution

    hi all,
    I want to set the screen resolution in java 1.3.
    I got the screen resoluion by using
    Toolkit.getDefaultToolkit().getScreenSize().
    Now i want to set the new resolution. Please tell me how to set it.
    it should be compatible to java 1.3.
    Please i need help. thanks.
    Regards,
    Suraj Kumar.

    Hi,
    I don't think this is possible in pure Java, you'll have to look to native (JNI)
    JNative is done for that, unfortunately it needs 1.5.0 to run.
    --Marc (http://jnative.sf.net)                                                                                                                                                                                                                                                                                                                                                                       

  • Setting the default resolution for sap logon

    Hi, ALL!
    I'm terribly tired of SAP interface. It's so uncomfortable for work.
    For example maybe you know khow to set the default resolution for sap logon to make it use its widgets of proper size. e.g. when i work with transfer rules, it has only half of screen for useful area (i use 1400x1050), and right part is just empty, but on the left very many small fields and you should constantly use scrollbars (i think you know it well). Maybe there is system customizing for this purpose.

    Hello Dmitry,
    There is no customizing for this - atleast to my knowledge.
    However, you should have to redo the settings again and again unless you are continuously re-sizing the main window.
    Cheers
    Aneesh

  • Where can I set the screen resolution

    I am trying to use do a course online and they said that the screen resolution needs to be set at 1024 x 768. Where do I do this?

    You can paste this in the Code field in the Firefox > Web Development (or Tools) > Error Console and click the Evaluate button and enter 1024x768 on the prompt.
    <pre><nowiki>
    var Cc=Components.classes, Ci=Components.interfaces;
    var ps = Cc["@mozilla.org/embedcomp/prompt-service;1"].getService(Ci.nsIPromptService);
    var wm = Cc["@mozilla.org/appshell/window-mediator;1"].getService(Ci.nsIWindowMediator);
    var nb = wm.getMostRecentWindow("navigator:browser");
    var txt = 'width x height';
    var obj = new Object; obj.value = nb.window.outerWidth + 'x' + nb.window.outerHeight;
    if(ps.prompt(null, 'Resize', txt, obj, null, {}) && (obj.value != null)){
    var vA = obj.value.split("x");
    if(vA[0]) nb.window.outerWidth = vA[0];
    if(vA[1]) nb.window.outerHeight = vA[1];
    </nowiki></pre>

  • How do I set the 4k resolution?

    I have a MacPro with dual D700 and 6xDP and HDMI1.4. The latter is limited to 4k30 (UHD24-30 and C4K24) by the standard. I have connected this port to a Samsung 40HU6950 4k TV that supports all four HDMI 4k modes.
    The MP is defaulting to C4K and thus outputting 4096x2160 at the only supported refresh rate of 24Hz. I would rather run it at UHD30 (3840x2160p30) because (a) the refresh rate will be 25% higher and (b) I will reduce the scaling artifacts that the 6.6% reduction from 4096 to 3840 may be causing in the TV as the panel is really UHD.
    The displays Control Panel for the Sammy does not give me any options, only "what is best for this TV" and five Scaled options (which are all zoom modes). However, the latter is still using the C4K resolution. I would rather the output be UHD30 with chosen Scale level, but that's not how the system operates (yet). Regardless of how the visual elements are scaled, I should be able to choose between the timing formats.
    The reason for this is the mouse movement is laggy and non-fluid. When vendors start selling DP-to-HDMI2 dongles in a couple months, this nightmare should be over and I can output 60Hz. But I really want it to be UHD so every incoming datum matches with a screen element (fixing 'b' above).
    Theoretically, I could remove the EDID from the Samsung and reprogram it to NOT have C4K, but this is extreme and not what you would do while still under warranty. It also presupposes that the EDID is not embedded in the silicon and can be removed. An alternative would be to use a "golden EDID", which is where the data structure is held within the Mac itself and the one in the TV is ignored. This is used when TV's is wrong or bad
    Thoughts?

    Well, that was helpful. There were a whole bunch of resolutions in there, and ironically, UHD30 was at the top of the list (like it was Preferred or something).
    I changed the res and the mouse movement immediately became smoother. However, after about 9s, the screen went dark for about 2s, therm came back. I'm going to have to see how stable this turns out to be. But it looks really good right now.
    I may grab the EDID, parse it, and but some insights about it here. I did searches for UHD and 3840, but did not find anything useful. And there should be
    -n-

  • Macbook pro. Setting the 4k resolution

    Hey everyone,
         You know I just changed the resolution on my macbook to get more space. I expected to get 1920 x 1200 resolution but right now my mac says I have 3840 x 2400. So is it just an erorr or I really have 4k display now?

    However, before I changed the setting it was displaying 2880 x 1800
    And it changes if choose another

  • How can I set the screen resolution ?

    hello brothers.
    my program works ultimately at 1024/768 screen resolution.
    since I want to make sure that peaple who using that program will see it correct, I want to explicitly change the resolution of the screen.
    how can I do that? please..

    I believe you use the setDisplayMode() method of the GraphicsDevice object to do this.
    If you go to http://www.scottshaver2000.com/ and download the source code to H.E.A.T., you will find a nice example of video mode switching. His game pops up a window showing the available configurations, then lets you select the one you want and switch to it.
    The applicable classes are in his com.sas.gui package: FullScreenJFrame.java and VideoModeSelector.java.
    Rick

  • Mac mini displays the wrong resolution

    Hi everybody.
    My Mac mini recently began starting up in the wrong resolution (1024x768, instead of the usual 1280x1024.) From my experience with older, 680x0 Macs, I reset the PRAM. This fixed the problem, but I find that I have to do it every time I restart the computer.
    Is there a battery inside the mini that needs to be replaced?
    Thanks.
    Intel mini (1.5GHz Core Solo)   Mac OS X (10.4.9)  

    Mr E,
    Try using the Finder to search for files with the name 'windowserver' (no quotes of course. You should find 2 or 3, including one with a string of additional alphanumeic characters. Move all three to the trash and then reboot.
    These are the files that control screen properties, and the system will recreate new ones in the absence of the originals. Startup may produce an erroneous resolution if your screen is not tightly connected and thus not properly recognized, but if so, aside from checking the connections are firm and tight as suggested, you should then be able to set the required resolution and have the system retain it correctly.

  • How to change webcam resolution

    Hi,
    I have a USB device to capture HDMI sources that I use to record from my camera. The device uses UVC so it's the same as a webcam for any Windows application.
    The USB can output multiple resolution from SD to HD. However, I can't seem to be able to choose the recording resolution when I use it in Adobe Premiere Elements. It always record in 720x480, although in VLC, I can use it to record in 1080p.
    Right now, I can record in VLC in 1080p then import in Premiere, but I would prefer to just be able to change the webcam resolution in Premiere!
    Jonathan

    Jonathan
    What version of Premiere Elements are you using and on what computer operating system is it running?
    I have run into the same problem. There are other reports of this problem as well. I have a HD webcam that will only display as SD when used through the Premiere Elements Add Media/Webcam or WDM.
    I have planned to analyze this in a blog post but have not gotten around to it yet.
    Right now I do not think there is a fix other than to find that certain HD webcam that Premiere Elements will recognize as HD. That seems to be the case in this online video tutorial
    https://www.youtube.com/watch?v=1XebjDAeE7M
    Note at the end how the output looks 16:9 rather than 4:3. For informational rather than promotional reasons I mention that it looks like a Logitech HD Pro Webcam C92 was used in that video tutorial on the Premiere Elements 12 webcam feature.
    More later.
    ATR.

  • How to change the screen resolution in Sparc workstation.

    I am using the CDE screen to login. I need to set the screen resolution to 1100*864. How to set?
    solaris 10 current setting is 1280*1024.

    Specs for Ultra20 machine list ATI graphics as " onboard " chipset and the availability of four (4) other plug-in cards as options.
    Depending on the installed graphics card, you must seek different commands, etc. for each change of resolution.
    If you do not have the original manuals that accompanied the unit, check Sun`s site for documentation. They list an abundance of info and the " Getting Started " book gives indepth details about setting up the various graphics options for proper use with the various operating systems. ....................... John.

  • I would like to programatically set the "Date Unused" on X Scale formatting for time plots.

    I can use the X Scale formatting on the front panel, but when I change from time to decimal using property nodes the "date" keeps showing up. How can I turn the date feature off so I just see Time in HH:MMS format?

    Disregard. I found the answer. Set the XScale.Format value to 6 (relative Time). feed in total seconds from start of day to the Xo, The reciprocal of data frequency to DeltaX, and set the decimal resolution to 3. This results in a time tagged plot showing just time (no Date).

  • Satellite M30-104 - Cannot set a right resolution on external monitor

    Hi everyone,
    I've got a Satellite M30-104 with a nvidia GeForce FX5200.
    It works well but when I plug a external monitor in, which is a wide screen 1440*900, I can't set the good resolution, even if I install the last driver.
    What can I do?
    Thanks

    Hi
    First of all you have to check in your user manual if your graphic card would support such external resolution.
    But note; you will be not able to choose this resolution if the graphic driver doesnt contains it, even though this resolution would be supported by graphic card.
    As you see two facts are important: graphic driver and graphic card have to support this resolution if you want to use it.
    Greets

  • HP Pavilion G6-1232sl Webcam Resolution?

    Hi There,
    I'm trying to find out the resolution of a HP laptop I intend to buy but in all the product specifications, it never shows the max resolution of the webcam. Could someone please answer this for me please?
    Laptop: HP Pavilion G6-1232sl
    Thanks very much,
    alannm37.

     Hi @alannm37,
    Thank you for visiting the HP Support Forums and Welcome. I have read about you needing the Webcam resolution for HP Pavilion G6-1232sl Notebook.
    A resolution up to 1366-768 with a 16:9 wide aspect ratio HD. I suspect the ratio would 720p as it is not listed in your manual for the Webcam. Here is link to the manuals for your notebook.
    Hope this is what you need.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • How can I set the resolution of my external display to 1280x800?

    Hi, I'm using a Wacom Cintiq 12WX external pen tablet display with a 24" iMac.
    The recommended resolution for this Cintiq is 1280x800. But when I go to System Preferences>Displays set the resolution of the display, the only available options for "Wacom Cintiq 12WX" are:
    640x480
    800x600
    832x624
    848x480
    1024x768
    1024x768 is my nearest option, but it has a different proportion than the display's physical shape--resulting in a slightly stretched display. Because I work with graphic design, this is not exactly desirable...
    None of the other resolutions have the same proportion as 1280x800, so a stretch seems inevitable; not even working with a smaller resolution will give me the desired ratio.
    So my question is, is there any way to choose resolutions other than those listed in the "Display tab" of System Preferences?
    I also noticed that I have the option to rotate the tablet screen 90 degrees; when I do this, the option 800x1280 becomes available, but of course it's sideways...
    Any help at all would be very greatly appreciated!

    thund3r0us wrote:
    Thank you for your help.
    I installed the update you suggested, but nothing has changed in my Cintiq 12WX Display menu in System Preferences.
    Which update ?
    The OSX update or the driver update or both ?
    Might be neccessary to reinstall the Wacom driver after the OSX update.
    And I concur with Kenichi, if all things fail contact the Wacom Support.
    That thing has to work as advertised.
    Good Luck
    Stefan

  • I just bought a Samsung S22B310B computer monitor and hooked up to my Mac Mini. I have my mac set to the 1920X1080 resolution but the entire screen (21.5") is not filled. It looks like non HD channels do on an HD TV. Used regular hook up not DVI.

    Just bought Samsung S22B310B computer monitor and hooked it up to my mac mini. I have my mac set to the 1920X1080 resolution but the entire screen (21.5") is not filled. How do fill the screen? it fills the screen on other resolution settings. I have it hooked up regularly and not to the DVI hook up. I'm not a computer savvy person please help!

    That monitor supports both (digital) DVI and (analog) VGA connections, so you should not need a converter or use a different adapter.
    You should use the Apple Supplied HDMI to DVI Adapter and a (digital) DVI cable to the monitor.

Maybe you are looking for

  • How to change OBJVERS = 'D' to OBJVERS='A' in ROOSFIELD.

    Hi All, From ECC side,          one field is in Extract structure and not in Data source. for 0profit_ctr_attr if i go to se16 --> ROOSFIELD , that field is in OBJVERS = D, i hope,if that OBJVERS is changed to 'A'  , then only i can able to see that

  • Multiple source values to single target in value mapping

    Hi Experts, I have to acheive below thing using value mapping. Source                        Target ABC                            111 CBA                            111 XYZ                             222 ZYX                             222 When I a

  • How to use BeforeCompose and AfterApply CallBack Customization

    Hi, I have oracle lite running on Windows 2000, I have installed all the samples working fine. I have also created a very application for testing purpose, just one table getting syncronized both ways (front end is a VB application on Windows CE devic

  • Need help for SalesOpportunitiesReports

    Hi All, Can anybody help me about SalesOpportunitiesReports, which database tables are involved and how the database tables are interacted (data flow)to get the report.send any help links related to SalesOpportunitiesReports. is there any sample code

  • The iPod Connector and using a car interface

    I just bought a Video iPod and a new Acura RL. They offer an iPod connector as a $600 option. I bought it. It's so horrible that words cannot define how bad it works. Imagine an ipod stashed in the glove box and the only control you have is to advanc