I am after a tablet, not sure what to get though.


Recommended Posts

I have around ?200 - ?250 to spend. 

 

I want to be able to connect my DSLR camera to it which is a Nikon D5100. I have seen some apps in the Android store that should be able to do this but I am unsure how I would connect the camera to the tablet. I assume I will need a USB port to be able to do it. Has anyone here done it that can help out? 

 

Other then that it will be used for a few games and surfing the web. 

 

 

 

Wouldn't mind a surface but they are out of my price range and I don't think they have an app for what I want to do. Not keen on iPads. Samsung galaxy looks good but not sure how I would go about with the lack of USB.

 

 

Any help would be fantastic. 

 

Thanks.

Depends on the tablet and on the camera. The only tablet I have experience with is the Apple iPad. With the iPad you can use the camera connection kit to import photos ou have already taken but it does not allow for live viewing or tethered shooting, and Apple has not opened this to allow developers to utilize it. 

There is however a device that will connect to your camera that creates its own WiFi hotspot and allows u to fully control the camera via the iPad

 

http://www.camranger.com/

 

------------


Shamelessly taken from another forum. :p

 

 

 

Macro_With_Tablet_Setup_0233.jpg

In this shot: A Manfrotto 410 Junior Geared head supports an Adorama focusing Rail which supports the Canon 5DMKII wearing a Sigma 180mm f/3.5 EX DG IF HSM APO macro lens.

A Manfrotto Superclamp holds a Manfrotto Magic Arm to my Manfrotto 3205GN3 Tracker Tripod, and the other end of it holds a Tether Tools Wallee which holds onto my Samsung Galaxy Tab 10.1" 32GB tablet.

The tablet is connected to the camera via USB, and the camera is controlled from the tablet using the DSLR Controller app.

The ASUS MeMO Pad Smart 10.1 may be in your price range?  It has a standard usb port and what you get for the price seems good.

 

http://www.amazon.co.uk/Asus-MeMo-ME301T-10-1-Tablet/dp/B00BHXR5ZW/ref=sr_1_1?ie=UTF8&qid=1371580377&sr=8-1&keywords=asus+memo+pad+10

Galaxy is good and less pricey, for sure but I wouldn't trade the functionality of an iPad for it.

 

With iPad, your DLSR pictures appear in your i-device in just seconds. http://www.youtube.com/watch?v=uehF41TICb4

 

Very impressive! Imagine being able to check your photos as soon as you take it on your iPad without even wires connecting to it.

I don't know much about linking up to your camera but in terms of a decently priced tablet I would look at the Nexus 7. I bought my daughter one for Xmas and she loves it, I loved it so much I went out and bought the Nexus 4 as my phone :)

https://play.google.com/store/devices/details?id=nexus_7_32gb_hspa&feature=device-featured#?t=W251bGwsMSwxLDIwMiwibnVsbC13ZWJfaG9tZV81MDAwMDA1X25leHVzVUtfZGV2aWNlc19HQl9fNTAwMDAwNV9uZXh1c1VLXzJfcHJvbW9fMTM3MDg3NDEyMDI3MCJd

I would recomment one of those google tablets I saw in HMV a few weeks back, I'll go and check for the model

be right back

 

edit

Couldn't find the one I was looking for to recommend, (just remember they were ?70 ish...

 

But here's 2 I did find, please note, I have no idea if they're any good, I only looked to see if they could usb connect to your camera.

 

http://www.currys.co.uk/gbuk/computing/ipad-tablets-and-ereaders/tablets/attab-seven-7-tablet-8-gb-21312138-pdt.html#longDesc

 

http://www.focalprice.com/CE0292B/7_Android_404_A13_12GHz_Tablet_PC_with_External_3G_1080P_Playback.html?Currency=GBP

Well in the end I bought a samsung galaxy tab 2 10.1. It was pushing my budget but it felt a lot nicer in my hands then any other I tried. I have managed to get a converter so I can use usb on it too which is a bonus.

Thanks for all your input guys.

This topic is now closed to further replies.
  • Posts

    • How many other companies will follow Ford's lead? Or, have they already gotten lazy and become enslaved to AI--and now can't figure out how to get out of that mess.
    • Why would any self-respecting intelligent person follow any recommendation by Donald's GOP administration? With almost two years of fabrications, deceit, and blatantly illegal behavior, why believe them now? They had best be gone after the November 2026 election, so we'll wait and see.
    • AltSendme 0.4.1 by Razvan Serea AltSendme is a minimal, cross-platform application designed for fast, secure, and private peer-to-peer file transfers. It allows users to send files or entire directories directly between devices without relying on cloud servers, accounts, or any personal information. Everything is encrypted end-to-end using modern protocols like QUIC and TLS 1.3, ensuring both strong security and low-latency performance. Transfers are verified with BLAKE3 for data integrity, and interrupted downloads automatically resume, making the experience reliable even on unstable connections. You can transfer anything—images, videos, documents, and more. Integrity checks are performed on both ends, so your files are automatically verified for correctness during both sending and receiving. AltSendme works seamlessly across local networks or long-distance links, capable of saturating multi-gigabit connections for extremely fast delivery. With built-in NAT traversal and encrypted relay fallback, it connects devices almost anywhere. The app integrates with the Sendme CLI and will soon support mobile and web platforms. Fully free and open-source, AltSendme offers a lightweight, privacy-first alternative to traditional cloud-based services, removing size limits, upload costs, and unnecessary data exposure. AltSendme 0.4.1 changelog: Release Highlights Self-hosted relays: Run your own iroh relay so transfers don't rely on public infrastructure. Includes a full deployment template in deploy/relay/ with Docker Compose for a VPS and configuration examples for production use. Fly.io support: One-click deploy template for Fly.io, including a quick-start config (fly.dev.toml) for testing without a custom domain, plus production setup with Let's Encrypt and your own hostname. Relay settings UI: New Settings → Network panel to choose how AltSendme connects: automatic public relays, custom self-hosted URLs (with optional auth token), or disabled. Test connections, verify latency, and see live relay status in the footer. Disable relays: Turn off relay servers entirely when you only need same-network transfers (e.g. LAN). Direct connections only. No relay hop required when devices can reach each other. Android graduates from beta: Android is now part of the regular release cycle alongside desktop. APKs ship with each version (universal, arm64, and armv7). Other improvements Private relay access control via shared auth token Relay fallback notifications when a custom relay is unreachable Broadcast mode toggle in sharing settings Android release build fixes (split-per-ABI APKs, universal APK preservation) UI polish: mobile safe-area insets, dropzone layout, transfer progress animation Bug fixes for minification-related serialization issues and system tray icon loading What's Changed feat(relay): add relay status functionality and settings UI (a120cdf) feat(relay): implement custom relay server configuration and verification (51276c7) feat(relay): add configuration for private relay access and enhance observability features (48fbabf) feat(relay): enhance relay URL validation, display connection status (d4fffa0) feat(relay): add RelayChangeGuard component and enhance relay-related translations (16ba514) feat(broadcast): add toggle setting for broadcast mode in sharing UI (ca6d977) fix(relay): correct QUIC discovery port, pin image, templatize fly.dev (52a2ba5) fix: More broken serialization due to minification (67491a9) fix(android): preserve true universal APK across per-ABI builds (e9f256f) fix(ui): conditional safe-area insets padding on mobile (1182f0e) refactor(transfer): CircularRing component animation fix (944572b) chore(android): drop x86 and x86_64 release APKs, keep universal+arm64+armv7 (34ada0b) Download: AltSendme 0.4.1 | ARM64 | ~9.0 MB (Open Source) Download: AltSendme for MacOS | Android Links: AltSendme Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You are mostly right about the ephemeral nature of it. As I mention in the article, if you dont add a second device or take a backup of your account before uninstalling it, then yes you will lose access to your account. That said, in terms of actual user experience when you sync multiple devices your message history carries across and there's also a Saved Messages chat like there is on Telegram to send messages and attachments between your installs. But yh, what you point out are correct and its not trying to emulate Messenger or Telegram.
    • OK so SearXNG is a meta search engine that you can install locally or use via a public instance. It scrapes other search engines which you choose and then sorts the results. Not as complicated as multiple relays
  • Recent Achievements

    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      +Edouard
      225
    3. 3
      PsYcHoKiLLa
      150
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!