waleedAhmad1 / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
0 stars 0 forks source link

Video Recording Intent (ACTION_VIDEO_CAPTURE) is not making use of any of the extras I am attaching to it. #651

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Video Recording Intent (ACTION_VIDEO_CAPTURE) is not making use of any of the 
extras I am attaching to it. 

e.g.:

MediaStore.EXTRA_DURATION_LIMIT
MediaStore.EXTRA_VIDEO_QUALITY
MediaStore.EXTRA_SIZE_LIMIT
MediaStore.EXTRA_OUTPUT

Original issue reported on code.google.com by dov...@gmail.com on 31 Dec 2014 at 8:14

GoogleCodeExporter commented 8 years ago
Hello,

Which version of the Glass platform are you using? The size and duration limits 
have been supported since XE20.1:
  https://code.google.com/p/google-glass-api/issues/detail?id=469

Regarding the EXTRA_OUTPUT parameter, Glass video recording Activity will take 
care of saving the video in its own directory and specifying the location to 
the user through the Intents.EXTRA_VIDEO_FILE_PATH extra:
  https://developers.google.com/glass/develop/gdk/camera#videos

Best,
Alain

Original comment by ala...@google.com on 7 Jan 2015 at 5:34

GoogleCodeExporter commented 8 years ago
Alain, 

Cool - thanks for the update!

I am using Glass Development Kit Preview for Android 4.4.2 (api 19)
It's the last one that is available for me (See attached) - 
Any idea when will I be able to download and work with XE20.1?

I'll also try out the Intents.EXTRA_VIDEO_FILE_PATH. 

Thanks 
Dovik 

Dovik

Original comment by dov...@gmail.com on 7 Jan 2015 at 6:00

Attachments:

GoogleCodeExporter commented 8 years ago
You can check the version of Glass you are running by going to the Settings 
card > Device info: the latest one is XE22.

Original comment by ala...@google.com on 7 Jan 2015 at 7:25