webOS Nation Forums >  webOS tablets >  HP TouchPad > the camera app from 2.0 "works" ... sorta
the camera app from 2.0 "works" ... sorta

  Reply
Like Tree1Likes
  • 1 Post By jemojc

 
LinkBack Thread Tools Display Modes
Old 07/12/2011, 02:21 PM   #1 (permalink)
Member
 
Join Date: Aug 2010
Posts: 101
Likes Received: 1
Thanks: 16
Thanked 24 Times in 12 Posts
Default the camera app from 2.0 "works" ... sorta

I installed the camera app's corresponding folder/files from my pre2 onto the tp from the location "/media/cryptofs/apps/usr/palm/applications/com.palm.app.camera" to the same location. Granted I know I'm missing some file dependencies, but alas I'm not a programmer, I'm a noob developer and tinkerer at best. However, once restarted, the camera app does show in the launcher and launches, full screen. Caveats: the camera shows the live image upside-down, it seems to flash on and off the screen after several seconds, and there's no onscreen controls (ie the thumbnail, flash, or take-a-pic-now button). I feel that this however is good news as this means that the camera is accessible, and with some tweaking can be made to work. I would like some help in getting this to work, or for someone with more knowledge to take the ball and run with it. I have enough trouble trying to find time writing my first Enyo app as it is. I can send in a picture of what it looks like for proof, if you guys like.
jemojc is offline   Reply With Quote
Old 07/12/2011, 07:52 PM   #2 (permalink)
Member
 
moris's Avatar
 
Join Date: Aug 2009
Location: Chihuahua, Mexico
Posts: 66
Likes Received: 8
Thanks: 26
Thanked 10 Times in 10 Posts
Default

indeed works, its installed under /usr/palm/applications
and if you install an app that uses the camera api (like 3d camera) it works once installed there.
the problem is when you try to save a file, it just wont let you
I see the medicapture library is probably the same but maybe they changed the way apps should store media files.
moris is offline   Reply With Quote
Old 07/12/2011, 08:00 PM   #3 (permalink)
Member
 
Join Date: Jun 2011
Posts: 223
Likes Received: 81
Thanks: 56
Thanked 33 Times in 14 Posts
Default

Please make a video?
WebOSFan12 is offline   Reply With Quote
Old 07/12/2011, 08:30 PM   #4 (permalink)
Member
 
moris's Avatar
 
Join Date: Aug 2009
Location: Chihuahua, Mexico
Posts: 66
Likes Received: 8
Thanks: 26
Thanked 10 Times in 10 Posts
Default

Picture here, after you use another emulated app you cant see the camera on the fullscreen card until you reboot the touchpad, but works if minimized.
and screenshots dont work for the content of the camera app
Attached Images
File Type: jpg CIMG0090.jpg (750.7 KB, 89 views) Email Attachment
moris is offline   Reply With Quote
Old 07/12/2011, 08:32 PM   #5 (permalink)
Legend
 
Jason Robitaille's Avatar
 
Join Date: May 2005
Location: Winnipeg, MB, Canada
Posts: 3,883
Likes Received: 496
Thanks: 801
Thanked 12,954 Times in 1,495 Posts
Default

Try adding
Code:
"uiRevision":2
to the appinfo.json. That should make it fullscreen
__________________
If you've liked my software, please consider to towards future development.

Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more.

@JayCanuck @CanuckCoding Facebook
Jason Robitaille is offline   Reply With Quote
Old 07/12/2011, 08:42 PM   #6 (permalink)
Member
 
jsgraphicart's Avatar
 
Join Date: May 2010
Location: NorCal
Posts: 1,762
Likes Received: 79
Thanks: 51
Thanked 279 Times in 200 Posts
Default

I dont have a TouchPad but this is exciting.
jsgraphicart is offline   Reply With Quote
Old 07/12/2011, 08:55 PM   #7 (permalink)
Member
 
moris's Avatar
 
Join Date: Aug 2009
Location: Chihuahua, Mexico
Posts: 66
Likes Received: 8
Thanks: 26
Thanked 10 Times in 10 Posts
Default

"uiRevision":2 works, makes the picture bigger but not fullscreen
moris is offline   Reply With Quote
Old 07/12/2011, 09:52 PM   #8 (permalink)
Member
 
Join Date: Aug 2010
Posts: 101
Likes Received: 1
Thanks: 16
Thanked 24 Times in 12 Posts
Default

Quote:
Originally Posted by WebOSFan12 View Post
Please make a video?
YouTube - ‪pre2 camera app "working" on hp touchpad... sorta‬‏
jemojc is offline   Reply With Quote
Liked by TreoRock likes this.
Thanked by rlopin, somline
Old 07/12/2011, 09:55 PM   #9 (permalink)
Member
 
Join Date: Aug 2010
Posts: 101
Likes Received: 1
Thanks: 16
Thanked 24 Times in 12 Posts
Default

Quote:
Originally Posted by moris View Post
Picture here, after you use another emulated app you cant see the camera on the fullscreen card until you reboot the touchpad, but works if minimized.
and screenshots dont work for the content of the camera app
that's not the palm camera app tho is it? that's the 3d camera.... I was using the palm camera app... and it works full screen, no need to reboot, alas with the caveats I listed.
jemojc is offline   Reply With Quote
Old 07/12/2011, 10:16 PM   #10 (permalink)
Member
 
moris's Avatar
 
Join Date: Aug 2009
Location: Chihuahua, Mexico
Posts: 66
Likes Received: 8
Thanks: 26
Thanked 10 Times in 10 Posts
Default

Quote:
Originally Posted by jemojc View Post
that's not the palm camera app tho is it? that's the 3d camera.... I was using the palm camera app... and it works full screen, no need to reboot, alas with the caveats I listed.
yes 3D camera app, image quality seems a bit better on it
moris is offline   Reply With Quote
Old 07/13/2011, 01:03 AM   #11 (permalink)
Member
 
moris's Avatar
 
Join Date: Aug 2009
Location: Chihuahua, Mexico
Posts: 66
Likes Received: 8
Thanks: 26
Thanked 10 Times in 10 Posts
Default

The strings on /usr/bin/mediaserver have changed a lot from the pre2 to the touchpad, there are hints on video stabilization modes on the touchpad as well.
Maybe they changed the calls on the binary and didnt update the medicapture library to reflect them (its the same file) I hope we get those features on the next update, I'll try to figure out the proper calls if any for the current binary but don't expect too much from me because I've never done anything similar before.
moris is offline   Reply With Quote
Old 07/13/2011, 02:06 AM   #12 (permalink)
Member
 
Join Date: Jul 2011
Posts: 22
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It is blurry and reserved 180 degree,need some tweak...
Brainlord is offline   Reply With Quote
Old 07/13/2011, 02:07 AM   #13 (permalink)
Member
 
Join Date: Jul 2011
Posts: 22
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It is Qualcom camera tool inside,just how to invoke it for use its basic function...
Brainlord is offline   Reply With Quote
Old 07/14/2011, 09:57 PM   #14 (permalink)
Member
 
Join Date: Aug 2010
Posts: 101
Likes Received: 1
Thanks: 16
Thanked 24 Times in 12 Posts
Default

I was really hoping that this would get some more attention.... I submitted it as a news tip and they told me to put in the forums so I did. But now this is on page 3 and no action. I think a camera solution would be/should be important to many people. I would love to dive in to it, but I'm not that adept at this sort of thing. I hoped if I got the ball rolling that someone would be inspired. Anyone? Anyone working on this? As I posted, and as shown on the video, it works, but not as it supposed to.... *sigh* Can this possibly get moved to the developer section, mods? I will get lost in this forum I fear. Perhaps that was my mistake...
jemojc is offline   Reply With Quote
Thanked By: antmelnat
Old 07/15/2011, 05:49 AM   #15 (permalink)
Member
 
Join Date: Jul 2009
Posts: 1,461
Likes Received: 115
Thanks: 64
Thanked 294 Times in 180 Posts
Default

I'd like to see folks tinkering with this, but really we shouldn't have to. I'd hope hp would provide this basic feature in an update soon.
Mhunterjr is offline   Reply With Quote
Old 07/15/2011, 07:42 AM   #16 (permalink)
Member
 
Join Date: Dec 2009
Location: Mexico
Posts: 2,392
Likes Received: 225
Thanks: 88
Thanked 944 Times in 475 Posts
Default

I need this, but I'm guessing if I add camera support to my app it won't pass the app catalog testing
__________________
Just remember: If I helped you, press the thanks button!

Owner of: Pre Sprint, Pre Telcel, Pre Plus AT&T, Pre 2 Unlocked, Pixi Plus AT&T, TouchPad, and a shiny new AT&T Pre3.
Needs: Veer (anyone?)
Apps: Subnet Calculator, FreeCam, PhotoFun, NuttyPad (work in progress)
HomeBrew: meta-doctor and Messaging Plugins collaborator
Twitter: @cesarneg
NuttyBunny is offline   Reply With Quote
Old 07/15/2011, 10:37 AM   #17 (permalink)
Member
 
Join Date: Jun 2009
Posts: 784
Likes Received: 13
Thanks: 26
Thanked 96 Times in 76 Posts
Default

I think people are hesitant since a update is around the cornor.
Klownicle is offline   Reply With Quote
Old 08/02/2011, 08:26 AM   #18 (permalink)
Member
 
screwby doo's Avatar
 
Join Date: Jul 2009
Location: louisville
Posts: 22
Likes Received: 1
Thanks: 0
Thanked 3 Times in 2 Posts
Unhappy

Quote:
Originally Posted by Klownicle View Post
I think people are hesitant since a update is around the cornor.
well that has come and gone with no camera app
screwby doo is offline   Reply With Quote
Reply

 

Tags
camera, mojo emulation, touchpad

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0