Display the PTZ controls or intercept entry with rtsp video feed

I have my application calling a video live feed on RTSP using the control of the drive as follows:

MyPlayer player = javax.microedition.media.Manager.createPlayer (mediaUrl);

Player p = myPlayer (player);

p.Start ();

What I have to do is display a control for PTZ controls bar or intercept the wheel movements, pressure on the keys or gestures (for storm) - is this possible using the Media Player embedded? If not, is there another way I can load the video that would allow this?

Thank you

Edit: with the software 4.3 If this is not a hard limit, I can dictate a software version of device if necessary

Sorry - it seems that I can use the keyChar already defined in my screen parent class to intercept keys - I assume that the same will apply if I implement hooks for the movement of the wheel and gestures... I didn't know if I had to do something special, but it seems as if I'm not like these notifications bubbles to the top

Tags: BlackBerry Developers

Similar Questions

  • Internet Explorer cannot display the Web page: diagnose says: problem with winsock provider catalog

    I am unable to access any internet site. I get a page that says Internet Explorer can not display the webpage with an option to diagnose connection problems button. When I run that a window is titled "for windows XP Network Diagnostics. He says that windows has detected a problem with the winsock provider catalog on this computer. It offers to reset the catalog to the default configuration and restart. When I do this it does not correct the problem. What other +.

    Hello verncan,

    Since you are getting the error Windows has detected a problem with the catalogue of the Winsock provider on your computer, follow the instructions below to reset the Winsock.
    Click on "Start" and type "CMD" in the search box. Press the 'Ctrl', 'Shift', and 'Enter' keys simultaneously. This action opens a Windows command with administrative privileges prompt.
    Click 'Yes' to dialogue permission screen and opens the Windows command prompt. You should also see 'Administrator' at the top of the window.
    Type "netsh winsock reset" next "C:\Windows\System32" and press the Enter"" key.
    Restart your computer after you see the message "Winsock catalog reset successfully."

    I hope this helps.

    Sincerely,

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Display the volume control in the notification area

    The volume control has suddenly disappeared from the bottom right of the computer. I found the place where I could click on it if it would appear but it was just grey so can't check the box. Any help appreciated

    Hello

    1 Please reboot nothing so interfere with this process.

    Click with the right button on Taskbar - Properties - tab Notification area - check box Volume - if it is grayed out
    Then, use this link. (Ditto for power, clock and network.)

    How to enable or disable the system tray in Vista icons (there are several methods
    "(et vous devrez peut-être utiliser l'ensemble)."
    http://www.Vistax64.com/tutorials/106787-notification-area-system-icons.html

    If necessary: a Mr Fixit

    System icons do not appear in the notification area in Windows Vista or in Windows 7 until you
    Restart the computer
    http://support.Microsoft.com/default.aspx/KB/945011

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • A few .msg and .eml files display the contents of gibberish when opened with Internet Explorer

    Facing an Intermittent problem with Internet Explorer.

    Some of the .msg and .eml files do not open with outlook as the default program when opening with Internet Explorer. Downloading these files opens files directly with Internet Explorer and displays the contents of gibberish.

    Abdenour Hello,

    Thank you for the update.

    I appreciate your efforts.

    Please refer to the suggestions of Deepa Raj replied on 24 February 2013 and check if that helps.
    http://answers.Microsoft.com/en-us/Office/Forum/office_2010-Outlook/unable-to-open-msg-files-in-Explorer/a9841e83-89b7-451D-8bd0-6d1bef4e14fd

    Please keep us informed.

    Thank you

  • How to display the "Add a contact" dialog box with the non-empty fields?

    On the BlackBerry, I want to display a dialog box 'Add a contact' with some fields filled.

    I assumed would work the following code:

    Contact BlackBerryContact = mContactList.createContact ((BlackBerryContact));

    populateSomeFields (contact);

    AddressBookArguments args = new AddressBookArguments (AddressBookArguments.ARG_NEW, contact);

    Invoke.invokeApplication (Invoke.APP_TYPE_ADDRESSBOOK, args);

    but no way. If I invoke with ARG_NEW a completely EMPTY fields are displayed.

    If I invoke with ARG_COMPOSE an IllegalArgumentException is thrown. Is it possible that I can show 'Add a contact' with some informed fields?

    just as an idea: maybe you have to make contact before the opening of the new message notice?
    otherwise it is not possible, you will need to write your own GUI to change the fields in contacts.

  • Cannot display the menu items when you work with images

    Hi guys, I'm Raiden.
    I have a question and a problem to solve, here's the question:
    I've developed a BB app for months and when I run my application, a main screen is displayed,
    now I see the menus by clicking on the Menu button. And there is also a button called 'image' and if I click the button on the main screen will be full of a big size image.
    But after clicking on the 'image' button, I could not see the menus by clicking on the Menu button. So, how can I display the menus when I display images?

    Note: I'm under keylistener when I display images, I don't know whether or not it affects.

    Just Peter's is very good.  Show us your code keyListener and hopefully someone will be able to tell you what to do.  Just the keyChar (.) method.

  • How to control the width of text box entry with javascript?

    I use variables for positioning text entry areas.  I have worked how to move left/right, but cannot control their width, although I can do for regular active forms:

    var myButton = document.getElementById ("Text_Entry_Box_2c");

    MyButton.style.Left = textLeft2 + 'px ';  / / this works

    MyButton.style.Width = textWide2 + 'px ';  //This doesn't work

    Anyone could do this?

    Your actual input field is:

    getEntry var = document.getElementById ("Text_Entry_Box_2_inputField");

    getEntry.style.width = 250 + 'px ';

    I found that I need to use a setTimeout before the item is actually in the DOM.

  • How to display the scroll bar horizontally and vertically with arrows

    Hello

    I have a few lines and some columns in my application. Number of columns and lines is more. To view the next column or on the next row, we need to nevigate in the respective direction (left, right, up, down). I managed to do it.

    BUT, now, I want to show with the ARROWS scroll bars. and I am not able to show them.

    Need help.

    Thanks in advance.

    Hey guys got a solution for the arrows of the horizontal scroll bar

    HorizontalFieldManager hfmScrollbar;
            hfmScrollbar=new HorizontalFieldManager(){
    
                protected void sublayout(int maxwidth,int MaxHeight){
                    setExtent(FIELD_WIDTH,20);
                }
                public void paint(Graphics g){
                    g.setColor(Color.BLACK);
                    g.drawRect(0,0,FIELD_WIDTH,20);
    
                    int lxPts[] = {5, 15, 15};
                    int lyPts[] = {10,5,15};
                    int rxPts[] = {FIELD_WIDTH-5,FIELD_WIDTH-15,FIELD_WIDTH-15};
                    int ryPts[] = {10,5,15};
                    g.drawFilledPath(lxPts, lyPts, null, null);
                    g.drawFilledPath(rxPts, ryPts, null, null);
    
                    super.paint(g);
                }
            };
    

    display vertical scroll bar code as soon as I came to it

  • How o use an icon in a standard report to display the details by using a hyperlink with APEX 5.0

    Hello

    I work with APEX 5.0.

    I would like a report (classic) display a report of details (also classical report) using a hyperlink, but not a "text-hyperlink" like 'click here for details'.

    Instead, I want to use a small icon which will occur the same result when you click on.

    It works fine, when the hyperlink is defined as text like: 'click here for details'.

    When I try to use an image, I don't get the desired result.

    Here's what I tried to Hare:

    1)

    Link-> Link attributes, then filled column: src = "& WORKSPACE_IMAGES. "" #ICON_NAME # "width ="40"height = 40 ' or img src =" & WORKSPACE_IMAGES. " "" #ICON_NAME # "width ="40"height = 40.

    = > no picture for the items in the column, but the link already created for each column of the remains (and works)

    2)

    Formatting of column-> HTML Expression, then filled: < img src = "& WORKSPACE_IMAGES. "" #ICON_NAME # "width ="40"height = 40" >

    = > the image appears for each column element, but the hyperlink is gone.

    Somone has idea how to use a picture/icon to have a hyperling in screens reported a detail?

    Thank you in advance for sharing your experience.

    Kimd cordially

    Hi Patrick,

    Link to the column-> then filled:

    Link text = #ICON_IS #

    Link attributes =.

    Target = this Application Page

    Page = 5

    Article 1 = P5_DEPTNO

    Value 1 = #DEPTNO #.

    Article 2 = P5_DEPARTMENT

    Value 2 = #DNAME #.

    Put this   in the link text not in attributes of link

    Remove the code from the link attributes.

    I don't have how to make it the way that describe you.

    Apex. Oracle.com is a hosted version of application Express, you can build online applications.

    Go to this link and the application workspace https://apex.oracle.com/en/

    Hope this helps you,

    Kind regards

    Jitendra

  • How to display the total number of text entries in a table (php)?

    Hello

    I have a database of 'chorus' with 'members' table that has the following data structure:

    Name Voix
    Jennasoprano
    DannaAlto
    ROXYAlto
    Damientenor
    CarmenAlto
    Daisysoprano

    Diana

    Alto
    Roberttenor
    JohnBass

    With Dreamweaver, php, any help on how display in a Web page the total number of 'alto', in this case: 4.

    Thank you

    Luci.

    SELECT voice, COUNT (*) as the GROUP BY, ORDER BY DESC voice voice FROM choir;

    This will give you the plain voiceid - County

    SELECT voice, COUNT (*) as the chorus of voices ORDER BY DESC GROUP name;

    This will give you appoint County - voice -.

    Confidence, it helps.

    See you soon,.

    ST

  • Error handling: to display the line number tht erored out with error message

    Hello

    I'm trying to update several lines at once and for some lines are error-ed out due to the failure of the validation. It's giving the correct error message does not display do not line number what error-ed out.
    I tried with OARowValException, such as specified in the guide of the OA-developer to add the line number in the error message:

    After using this it is show the number of line 1, which either the line it wrong:

    Error in line 1 - the Start Date cannot be later than the Ending Date.
    Error in line 1 - the Start Date cannot be later than the Ending Date.

    In fact I've updated the line-2, 3 but it gives as 1st row.

    Here's the code to add the line numbers for the error message, I added.
    ========================
    try {}
    throw new OARowValException (viewObject.getName)
    voRowObject.getKey ().
    "PA".
    Error_Message);
    }
    catch (System.Exception e)
    {
    exList.add (e);
    }

    If (exList.size () > 0) {}
    OARowValException.raiseBundledOAException (exList);
    }
    ==========================

    Code the developer guide OA that I follow:

    throw (OARowValException) new
    getViewObject () .getFullName (), / / View full name use object
    getKey(), / / primary key line
    "DAMIEN", / / message name abbreviated enforcement
    "ATTR_EXCEPTION"); name of the message
    end


    Any suggestion/solution will be a great help.

    -Shasha.

    Edited by: 826073 January 6, 2011 06:58

    Thanks a ton of out. Your update has helped me solve the problem. The original Version I was using had no attributes defined as "Key attribute". Once I put one of the key attribute primary as "attribute Key' on my VO Editor, all worked great :). Thanks again.

  • How to display the line empty as a line with null values

    Hi all

    Pls advise me if it is possible to use a single query statement to display
    Empty row (i.e. not a single return line) as a line with null values.

    For example,.

    Select the names of names_mst whose name = "sgasfgs".

    Result:
    Names of
    =====
    < null >

    Hello
    If you desire to join external to double, as shown below, you still get at least a line of production

    SELECT  nm.names
    FROM            dual
    LEFT OUTER JOIN names_mst   nm  ON nm.name='sgasfgs';
    
  • Display the areas in curves, otherwise than with the mouse

    I want to put the light and shadow sliders in the curves but am finding the mouse a pain to use, because it is not sensitive enough. When you try to put the shadow slider to slightly less darker region (no cutting), I usually do:

    1 option + click on the black slider and drag it to the right until the shadow detail.

    2. back off the coast until it disappears.

    Try to do it with a mouse is tedious, not helped by the hysteresis into the system. Say the first shadow detail appears at level 15. When you reverse and move to 14, the shadow detail increases. It's another pain.

    I want in any case, a method that uses the arrow keys to show me the shadow and highlight areas.

    Am I lucky?

    If your just using a curves adjustment, no not a curves adjustment layer, then

    You can check the show Clipping, click on set highlight or shadows

    cursor, highlight the numbers in the box, then use the arrow keys.

    With the new adjustment layer panel style, which does not seem possible.

    What you could do is made a new curves adjustment layer action

    and make sure that the show dialog box is enabled.

    That you will get the old style curves adjustment dialogue layers that works like the

    above regular as curves dialog box.

    MTSTUNER

  • How to jump the popup to display the workflow control?

    Since we found that the logon session can be maintained correctly, and workflow control screen can not be popped up after several series of operations as "a new pop - up workflow control window".

    Our workaround, is that... to convince the user to close the review workflow each time at the end, and this may cause inconvenience. Some users have complained.


    Could an expert please how I can work around advice?

    IndiFailure wrote:
    Since we found that the logon session can be maintained correctly, and workflow control screen can not be popped up after several series of operations as "a new pop - up workflow control window".

    Our workaround, is that... to convince the user to close the review workflow each time at the end, and this may cause inconvenience. Some users have complained.

    Could an expert please how I can work around advice?

    As expected from the point of view of Content Server. The review of the Workflow page will always open in a new tab/window when click on "review of workflow" under the actions button.
    You can only claim an improvement to initiate the development of oracle.

  • can I increase the screen resolution on my laptop with a video card. The maximum resolution on my laptop, it's 1024-600 min I need is 1024-800

    I have a Dell laptop. Im trying to download videos from my camcorder. IM using the software of the manufacturer to do this, but when I put the camera to download there is a message that says I need 1024 x 780 pixels for the maximum do this on my laptop goes up to 1024 x 600 and I can't download my videos from ideas?

    Alyson

    1024 x 600 is the standard maximum size of netbook screens. On some netbooks the link below can help which allows a higher resolution.

Maybe you are looking for