USB WEBCAM, Its got to be possible

This is a discussion on USB WEBCAM, Its got to be possible within the Droid Development forums, part of the Droid Hacking category; so I recently moved all my "electronics related activities" to "things in which I only really love to do" list thus needing to get rid ...

+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: USB WEBCAM, Its got to be possible

  1. Droid
    ebarcus's Avatar
    Member #
    9426
    Join Date
    Nov 2009
    Location
    in a bus, in the emerald city
    Posts
    57
    Phone
    Enter Current Phone Here
    #1

    USB WEBCAM, Its got to be possible

    so I recently moved all my "electronics related activities" to "things in which I only really love to do" list thus needing to get rid of loads of electronics and go back to the linux i love... anywho

    I want a Tech project and ive build Rom images for phones back in my younger days, seeing that there is fuss about no way to:
    "Use my Droid as a USB WEBCAM" = Gaining access to the Camera on the droid thru its Proc files (correct?)

    Also Ive been doing some research and it appears that in order to use libusb there would need to be support for it in the android driver files (this i hear you can learn how to rewrite from the official google android source code site?) saw a little bit on how to re write the display and "sensor" drivers (yet the camera was not listed as a sensor / this also means the camera was meant to operate separate from the more simpler sensors


    another thing... while running TOP in the adb shell I saw the Proc pvrflip/0 which ive found a few threads elsewhere about this being used to stream video,
    so somewhere among these pieces along with alot of work we can try to get the video from the droid streaming out of it as a true "webcam" seen and supported as a generic device on the users full sized lappy/desktop


    lastly,

    "Unless you know your driver requires libusb support, you should probably stick with the more conventional in-kernel support for USB devices" from The Webcam HOWTO seems to be the way to go im exploring both methods mentioned and after
    Code:
       $  cat /proc/filesystems
    we do have "usbfs" but not "usbdevfs"

    Code:
    lsmod
    tiwlan_drv 689360 0 - Live 0xbf15c000 comes up but i just found out thats for the LAN


    lets get some comments on this so I get better leads, need sleep must work and code at the same time tomorrow from cubical... 4am-6pm long shifts

    TOP after opening camera (with edited "highlights") second TOP from video running (thru adb)

    User 32%, System 6%, IOW 0%, IRQ 1%
    User 102 + Nice 0 + Sys 21 + Idle 187 + IOW 0 + IRQ 4 + SIRQ 0 = 314

    PID CPU% S #THR VSS RSS PCY UID Name
    3512 35% S 24 56804K 19036K fg media /system/bin/mediaserver (started after i started the camera)

    565 0% S 1 0K 0K fg root hid_compat (maybe bluetooth keyboards?)

    630 0% S 1 0K 0K fg root pvrflip/0 (?)

    1007 0% S 1 0K 0K fg root pvr_workqueue (?)

    4222 0% S 1 0K 0K fg root sdio_wq (SD in-put/out-put)
    4224 0% S 1 0K 0K fg root tiwlan_wq (lan)

    4859 0% S 7 128140K 22484K fg app_18 com.android.camera
    4880 0% S 1 0K 0K fg root OMAPVOUT-DSS (helps with display and X?)
    Last edited by ebarcus; 02-11-2010 at 11:59 PM.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Droid
    cideas's Avatar
    Member #
    13008
    Join Date
    Dec 2009
    Posts
    48
    Phone
    Moto Droid
    #2
    Great find.. but wouldn't you need modifications to the USB controller to allow both SD mounting and sharing of the camera over the same bus? I'm not to savvy on hardware specs but arnt the two protocols different I would think so since you can't access the webcam storage ...
  4. Senior Droid
    Mateles's Avatar
    Member #
    3881
    Join Date
    Nov 2009
    Posts
    128
    Phone
    Droid
    #3
    Do you think your solution is going to require the phone to be rooted? Or are you hoping to write an app that doesn't require it?
    Please do not text, place or answer calls while driving. Be responsible.

    Let me Google that for you
  5. Senior Droid
    bb-gun's Avatar
    Member #
    20918
    Join Date
    Dec 2009
    Posts
    151
    Phone
    Droid
    #4
    If there was a way to get this, would it be good quality or will it be bad?
    I know the ustream apparently has bad quality
  6. Senior Droid
    r-dubya's Avatar
    Member #
    16161
    Join Date
    Dec 2009
    Location
    houston
    Posts
    208
    Phone
    Droid/Sholes 2.0.6 @ 1200Mhz
    #5
    I would guess that for the app to have full functionality over the aspects that it needs, that it would have to be rooted... Of course, I'm no dev, just taking a swing in the dark here...
    If you see the ninja you are rooted.
  7. RS Admin
    christim's Avatar
    Member #
    30681
    Join Date
    Jan 2010
    Location
    New England
    Posts
    5,143
    Phone
    Moto-Droid - rooted
    Premium Member
    #6
    Quote Originally Posted by bb-gun View Post
    If there was a way to get this, would it be good quality or will it be bad?
    I know the ustream apparently has bad quality
    The phone takes good videos. No app exists for this yet so it would be an unknown right now. I'd guess if the bandwidth was there it would be good. It would be nice to have settings for quality so you could bump it up or down depending on how it was displaying...or maybe that would up to the viewer and not the sender?
  8. Senior Droid
    sam5828's Avatar
    Member #
    34838
    Join Date
    Feb 2010
    Posts
    192
    Phone
    moto droid
    #7
    Quote Originally Posted by christim View Post
    Quote Originally Posted by bb-gun View Post
    If there was a way to get this, would it be good quality or will it be bad?
    I know the ustream apparently has bad quality
    The phone takes good videos. No app exists for this yet so it would be an unknown right now. I'd guess if the bandwidth was there it would be good. It would be nice to have settings for quality so you could bump it up or down depending on how it was displaying...or maybe that would up to the viewer and not the sender?
    there ia a app called usb webcam in the market works great
  9. Droid Newbie
    natyc707's Avatar
    Member #
    93545
    Join Date
    Jul 2010
    Posts
    3
    Phone
    droid
    #8
    How can I use my droid as a web cam ?
  10. Banned
    gavron's Avatar
    Member #
    32757
    Join Date
    Jan 2010
    Posts
    555
    Phone
    VZW Moto Droid + N900 ;)
    #9
    Quote Originally Posted by natyc707 View Post
    How can I use my droid as a web cam ?
    Read the previous post.
  11. Droid Newbie
    natyc707's Avatar
    Member #
    93545
    Join Date
    Jul 2010
    Posts
    3
    Phone
    droid
    #10

    :(

    I Don't know how to use that app usb one

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Using Droid as USB webcam
    By vwpanda in forum Droid Hacks
    Replies: 13
    Last Post: 05-29-2010, 01:45 PM
  2. Webcam
    By drrabazz in forum Droid General Discussions
    Replies: 1
    Last Post: 01-21-2010, 04:25 PM
  3. Streaming webcam apps
    By TomN in forum Droid Applications
    Replies: 4
    Last Post: 01-18-2010, 03:33 PM
  4. webcam app request
    By pandroid in forum Droid Applications
    Replies: 7
    Last Post: 01-03-2010, 09:50 AM
  5. webcam
    By kedens in forum Droid Audio / Video
    Replies: 1
    Last Post: 12-14-2009, 01:50 PM

Search tags for this page

android usb camera
,
android usb webcam
,
can i use my droid x as a web cam
,
can i use my droid x as a webcam
,
droid usb webcam
,
droid x as a web cam
,
droid x as a webcam
,

droid x as web cam

,

droid x as webcam

,
droid x usb webcam
,

droid x web cam

,

droid x webcam

,
droidx as webcam
,
usb webcam android
,
webcam for droid x
Click on a term to search our site for related topics.

Tags for this Thread