Discussion Board

Results 1 to 4 of 4
  1. #1
    Regular Contributor msalamah82's Avatar
    Join Date
    Jun 2006
    Posts
    57
    Dear friends
    I hope that every one is ok.
    Did any one make a processing of video frames when record a video? I see the video_recording.py I did get where is the function which calls when the frame is read to save on the file. What I like to do is to add the date on every frame.

  2. #2
    Regular Contributor miohtama's Avatar
    Join Date
    Jan 2004
    Location
    Helsinki
    Posts
    376
    Quote Originally Posted by msalamah82 View Post
    Dear friends
    I hope that every one is ok.
    Did any one make a processing of video frames when record a video? I see the video_recording.py I did get where is the function which calls when the frame is read to save on the file. What I like to do is to add the date on every frame.
    Real-time video processing is not feasible in Python due to its interpreted nature and execution slowness. You need to write C++ extension for this.
    Mikko Ohtamaa

    http://mfabrik.com
    http://blog.mfabrik.com

  3. #3
    Regular Contributor msalamah82's Avatar
    Join Date
    Jun 2006
    Posts
    57
    Dear friend miohtama. 1st of all thanks for your replay.
    I start study the pyS60 and I get in the same example of the video record I found this function
    Code:
    def finder_cb(im):
        global control_light
        if control_light==1:
            im.point((20, 20), outline = (255, 0, 0), width = 25) 
        else:
            im.point((20, 20), outline = (0, 255, 0), width = 25) 
        canvas.blit(im)
    The system will pass every frame comes from the camera.
    And I can make the processing in this function.
    And about the speed of processing. Python is powerful in list and matrix. And this is all what we need.

    And I am vary interesting to know your opinions about pyS60 process time.
    Last edited by msalamah82; 2008-03-13 at 12:39.

  4. #4
    Nokia Developer Moderator croozeus's Avatar
    Join Date
    May 2007
    Location
    21.46 N 72.11 E
    Posts
    3,635
    @msalamah82 : Please use the CODE tag (#) to post your code that mantains the code indentations.

    BR
    Croozeus
    Pankaj Nathani
    www.croozeus.com

Similar Threads

  1. Video recording and rendering
    By thiagobrunoms in forum Mobile Java Media (Graphics & Sounds)
    Replies: 2
    Last Post: 2008-02-11, 03:35
  2. is nokia 5500 352x288 video recording capable?
    By shpe11 in forum General Development Questions
    Replies: 2
    Last Post: 2007-01-25, 22:12
  3. Issues whie video recording in Nokia 7610...
    By Adeesh in forum Series 40 & S60 Platform Feedback Archive
    Replies: 2
    Last Post: 2006-10-25, 06:46
  4. Recording video with 6600?
    By tuomasjh in forum Mobile Java Media (Graphics & Sounds)
    Replies: 4
    Last Post: 2005-08-24, 11:43

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved