Canon EOS remote shutter application - HD2 Android Q&A, Help & Troubleshooting and Genera

Hello , I have recently upgraded my phone to HTC One X but wish to use my HD2 for use of my camera as a remote shutter / remote focus app.
I notice various people have made free / paid for apps to do this on android providing you have host mode
I have installed various additions of ICS onto the device but cant seem to get the camera to be detected (i understand i have to power the usb cable as the hd2 doesnt output power), i can get the free shutter release app to work on my touchpad but do not wish to pay for the full app until i can get it to work on my hd2 (which i will just keep in my camera bag) , does anyone know of any rom that does have host mode working, or has anyone used any apps that do what im looking for on the HD2
assuming its not possible , does anyone know of a cheap small android device that would support it?

Set everything up, try the pro version, and then if it doesn't work then get a refund?

Well i cant seem to get the shutter release to work and the description says to test if it will work use that first (which it doesnt) so im wondering if anyone has got host mode working / camera linkup working and what rom was used etc.

Try different ROM/kernal.

parker09 said:
Try different ROM/kernal.
Click to expand...
Click to collapse
Do you haven any suggestions which one may work (i have tried various ones with no success)

Look for the thread on development of USB Host mode in the NAND Development section. Normal, daily use kernels do not support USB Host...
Swyped from HTC HD2 using xda premium

Related

[Q] USB tethering

Hello,
When I plug my phone via USB, there is an option for USB tethering. However unlike WinMo, Windows 7 will not find the driver automatically for this.
I tried searching the forum, but came up with too much noise (all ROM thread talking about having this feature), but could not find how to actually use this.
Can anyone help?
Anyone?...
alot depends on the android build your using, I've heard that 3rd party apps get the job done. search around for more info because IDK
AFAIK USB tethering depends on which ROM u r using.
Desire ROM can get the HTC Sync job done, while some other ROMs (like Darkstone w/o HTC sense) will have the problem you mentioned (its my personal experience).
So maybe u'd better try diff favours to get diff exp
Thanks. I was expecting it to be universal like WinMo. However if it's not the case, then I'll try a few ROMs, and see how it goes.
Instead of trying different builds, you could use Android Wired Tether.
That's exactly what I was looking for, thanks a lot.

external webcam

has anyone tried? and will it work?
raindizzle said:
has anyone tried? and will it work?
Click to expand...
Click to collapse
Nothing like that will work without drivers. If you had linux drivers you might be able to make something work, but it would not be plug and play.
ske714 said:
Nothing like that will work without drivers. If you had linux drivers you might be able to make something work, but it would not be plug and play.
Click to expand...
Click to collapse
what about those plug and play webcams with installed drivers on them already? shouldn't that work since it is both windows/linux compatible? just as the same how external hard drives will work with our archos, and that also have drivers installed in them. (both windows/linux compatible also)
raindizzle said:
what about those plug and play webcams with installed drivers on them already? shouldn't that work since it is both windows/linux compatible? just as the same how external hard drives will work with our archos, and that also have drivers installed in them. (both windows/linux compatible also)
Click to expand...
Click to collapse
Ive never seen one, so I don't know for sure. Hopefully someone else will chime in on that. If you have an a70, there is only limited power available from the usb port. 200ma I think. If you try one and it works, be sure and let us know.
raindizzle said:
what about those plug and play webcams with installed drivers on them already? shouldn't that work since it is both windows/linux compatible? just as the same how external hard drives will work with our archos, and that also have drivers installed in them. (both windows/linux compatible also)
Click to expand...
Click to collapse
Just an FYI hard drives and cameras do not usually have drivers installed on them.. For example windows uses a driver called usbstor.sys that usb drives must adhere to in order to work properly. Delete this file and all your lovely USB drives in windows will no longer work unless you installed some crazy 3rd party software..
See here for more info
Ok so I just realized that most apps are drivers within itself (correct?) to run basic functions for a specific hardware like say camera effect apps for the camera. So now here is an idea...since the motorola xoom has a stock camera app implemented on the tablet to run both the front camera and a switch to use the rear camera....wouldn't it be possible as a theory to use a plug and play external usb webcam with the archos tablet and install the motorola xooms camera app instead of the archos camera app to use to switch between the front camera and usb camera (being as a rear camera)?
does anyone know where I can get the motorola xoom camera app to download? I would like to try it myself if I can get a hold of that app and just by a cheapo plug and play cam for 6 bucks if no one else is willing to try it...
raindizzle said:
Ok so I just realized that most apps are drivers within itself (correct?) to run basic functions for a specific hardware like say camera effect apps for the camera. So now here is an idea...since the motorola xoom has a stock camera app implemented on the tablet to run both the front camera and a switch to use the rear camera....wouldn't it be possible as a theory to use a plug and play external usb webcam with the archos tablet and install the motorola xooms camera app instead of the archos camera app to use to switch between the front camera and usb camera (being as a rear camera)?
does anyone know where I can get the motorola xoom camera app to download? I would like to try it myself if I can get a hold of that app and just by a cheapo plug and play cam for 6 bucks if no one else is willing to try it...
Click to expand...
Click to collapse
An app is not a driver. A driver basically is the interface between the hardware and the app. When an app interacts with hardware, it does so through the driver. That way a vendor can build hardware however they want, as long as they provide a driver that conforms to pre-established specifications so that the software provider can access it with standard commands. That's why the idea of a camera with built in drivers doesn't make sense. The software would not know to address the camera through the USB port. It needs a driver to address which would in turn address the hardware. Support for devices like thumb drives is built into the operating system, so you don't need a driver.
As has been pointed out, they don't have drivers preinstalled; rather they use protocols that are supported by the host operating system (Windows, Mac, etc) out of the box. The type of "plug and play" webcams you're talking about rely on the the universal WDM in Windows along with such protocols or frameworks as DirectShow, TWAIN, etc.
The point is, the host OS has to know how to talk to those plug-and-play webcams, not the other way around. So in the case of the Archos tablet, it would have to have the same support baked into it at the driver level. Which it doesn't.
So unless you're going to reverse-engineer those protocols and write your own Android driver, it's not gonna happen.
In the case of the Motorola Xoom camera app (or the camera app for any other device/phone for that matter), it's specifically coded to the camera chip used in that device, and has no chance of working with an external webcam. Just like it wouldn't work for the camera in my Evo phone, or anything else besides the Xoom. The only chance would be if it was a device that used the exact same camera chip hardware, but the chances of that are slim. Even devices made by the same manufacturer, such as the HTC Evo and the HTC Droid Incredible, use two different camera chips and drivers.
But.. if your usb camera is working with opensource linux drivers (like uvc driver) there is a high chance that it will work on android if someone compiles the missing kernel modules (aka drivers) like I did for dvb devices. AND THEN.. someone has to write an extended camera app which supports selecting different cameras
any advancements with this issue?
I have an archos 80 g9 8gb. I want to plug in my Sony video camera using a firwire to USB cable and an USB to micro adapter. I then want to use my tablet to broadcast on ustream.com. I am in a paranormal group, I use a night vision camera, therefore I need to figure out a way to do this. We currently use an apple laptop that constantly needs to be plugged in. Being able to use the tablet for this would a much better solution for a few reasons.
Has anyone found/made any drivers?
Would be really useful this. I'd donate.
I am in a similar boat as a few others here. I want to switch over to an Android tablet in my truck, but it's pretty large and the need of a rear view / back up camera is a must. During my past 48 hoursearch this is the most useful, and encouraging info that I could find. I am not a coder, but those who are can probably work with the source code I found on this site. I hope this helps us all. Maybe with the release of ICS the difficulty usb hosting for webcams won't require that much effort. Have a look
brain.cc.kogakuin.ac.jp/research/usb-e.html

[Q] a little housekeeping a500 q's

Hello all
Just bought one of these off the net for the missus so ill be active around these threads as well. Personally i have a xoom this will be like my second to flash the heck out of lol but as I've been reading about these i have a couple small questions
1. Is the sd card working on stock rom so i can flash customs or will an update to 3.1 be required like the xoom?
2. Does the usb port work as host out of the box?
3. Whats the general stable oc you guys are achieving?
I have tried to search these but some are hazy on the specs or they are outdated
Cheers
Sent from my mind control device
joshndroid said:
Hello all
Just bought one of these off the net for the missus so ill be active around these threads as well. Personally i have a xoom this will be like my second to flash the heck out of lol but as I've been reading about these i have a couple small questions
1. Is the sd card working on stock rom so i can flash customs or will an update to 3.1 be required like the xoom?
2. Does the usb port work as host out of the box?
3. Whats the general stable oc you guys are achieving?
I have tried to search these but some are hazy on the specs or they are outdated
Cheers
Sent from my mind control device
Click to expand...
Click to collapse
Fastest claimed speed is 1.64ghz, stable closer to 1.5.
SD card does work on stock, actually is required for flashing. As yet you can't flash from on board only external.
USB seems to work for some devices not others depending on whether you use the full size USB or the mini. Look on the market for USB mount all, you do need fat32 not ntfs though
Anyone want to contradict any of this?
Cheers mate thats good to hear except for the host feature thats the whole point hoppwfulky i get a good one
Sent from my mind control device
Yes USB host [the fullsize USB not the mini] works out of the box. If your USB device requires power though - like some external HDD's - it may not work as there might not be enough power draw.
The mini USB is for the connection to your computer and SDK/ADB/general File transfer use - along side the Acer USB driver install [so make sure you've got the Acer USB driver installed on the computer(s) you plan on using to push files to the tab though mini-USB].
gammaRascal said:
Yes USB host [the fullsize USB not the mini] works out of the box. If your USB device requires power though - like some external HDD's - it may not work as there might not be enough power draw.
The mini USB is for the connection to your computer and SDK/ADB/general File transfer use - along side the Acer USB driver install [so make sure you've got the Acer USB driver installed on the computer(s) you plan on using to push files to the tab though mini-USB].
Click to expand...
Click to collapse
Yeh as i said im well advised due my xoom on rooting and android adb, drivers (not being a know it all smart azz) just those couple q got me thinking.. Thanks for a second opinion seems very similar to xoom. Shame how host cant produce 5v at 500ma it wouldnt be to hard for them to up the lousy 3.7v it seems they are running now
Sent from my mind control device
eglathangion said:
Fastest claimed speed is 1.64ghz, stable closer to 1.5.
SD card does work on stock, actually is required for flashing. As yet you can't flash from on board only external.
USB seems to work for some devices not others depending on whether you use the full size USB or the mini. Look on the market for USB mount all, you do need fat32 not ntfs though
Anyone want to contradict any of this?
Click to expand...
Click to collapse
You can use internal for flashing if you're using thors latest recovery.
sent through a series of pipes and tubes

[Q] Motorola Defy - USB Hosting or USB reading Pendrives???

Good day everyone. I have motorola defy with the CyanMod 10 Android Version 4.1.1 and I want to know how to enable the USB Hosting on the phone.
Recently I acquired a Canon 7D camera and I wanted to use my phone as a controller for the camera and I found an amazing app for it, the DSLR Controller https://play.google.com/store/apps/details?id=eu.chainfire.dslrcontroller&hl=en, I've been looking around and I haven't find a way or why my cellphone doesn't detect the camera or even an USB Pen Drive. I have a USB on-the-go cable and apparently the app is compatible with my phone since I was able to download it. I can't find anywhere about this problem and I really want my phone to host and work as a remote controller for my cam. Physically I've tried different cables so the cable is working fine.
*How can I enable the hosting?
*is there an app for it?
*If i have to program a code for it, what app or how can I change the text code on my PC?
*Am I doing something wrong???
*Anyone has the same problem???
I've found a similar thread but it's no tutorial on how to do it http://forum.xda-developers.com/showthread.php?t=960633 so if anyone can help me, I'll be a very happy man.
Thanks for your time.
I think it has not been yet implemented in the current custom kernel(but will be)
Sent from my MB526 using xda premium

[Q] Can not connect EOS Camera to Tab 2

Good day everyone.
I've searched the site for any posts made about this subject but couldn't find any...so here it goes.
I've been using my Tab 2 for a while as a way to 'stream' the pictures I make with my Canon-camera to the display. Tethering as you may call it. I use a USB cable...not WiFi
The app I use is RYC Lite on a official Android 4.0.3 rom.
Since I upgraded the Tab to the official Android 4.1.2 rom it doesn't work anymore. I tried other apps but they won't recognize my camera.
When I connect the camera to the tablet it does say USB Connector Connected but that's all.
With 4.0.3 it used to say that it found a 450D, 50D or other DSLR that I connected before I would get a pop up with the question which app I would like to open.
I really don't know what's wrong...don't know if there are any missing or special camera detecting drivers which need to be installed first.
I hope someone can help me solve this problem cause it was a real handy feature.
Kind regard
LJ

Categories

Resources