Nexus 7 Camera Problems (Can't select 720p) - camera

I have rooted, unlocked and modded my Nexus 7 with the 720p camera mod. If I go to system/etc/media_profiles.xml, it shows the 720p format.
The only problem is, that when I film with the default camera app, it films in 352x288. How do I select which video resolution I wish to use?
Screenshot here!
Circle button pressed - Link.

Related

2K Full HD Web Camera Flickering Like Earthquake including black and green lines

I have bought new 2K Full HD webcam. Whenever I connect it to my windows laptop, it gives me green and black lines and it flickers badly.
I switched it to 50Hz and 60Hz in camera APP in windows but nothing worked. Here's the video of the flicker on windows 10: Google Drive Link
But this camera is 100% working fine with skype APP and I have tested it with my friend's MacBook Pro. The camera gives the crispy HD results. But whenever I connect it with windows. It gives me flickering and glitching. Here's the video recorded on skype video setting: Google Drive Link
Both of these videos are recorded in a room and the light in the room is not a bulb light. Its the natural light from the opened window. I have also tested it with bulb light and energy saver bulb, but still the camera is not fixed.
I have updated all of the system drivers, graphics card drivers, change camera app settings and followed every single tutorial to make it work. I cannot buy new one because it's the expensive camera and I can't afford to get a new one. It is working on Mac, Skype but not working on Zoom, Camera APP.
Please do reply to this thread if you know the solution. Thank you in Advance!
I bought this new camera for recording. It is flickering alot. I wanted it to work on windows as it is working on MAC. Thank you!

AirPlay Screen Mirroring in IOS

I want to apply screen mirroring through code.In iOS 11 and below we can achieve this task with MPVolumeView class
https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/AirPlayGuide/EnrichYourAppforAirPlay/EnrichYourAppforAirPlay.html
In iOS11 and later iOS The above class does not work for Screen Mirroring as it's only works for Audio mirroring (Airplay2).
I also try AVRoutePickerView, but it is also working for audio mirroring only((Airplay2)).
In simple through code I want the same result with we can achieve with "Control Centre" "Screen Mirroring" button.check below video (1min 18secs in) for "Screen Mirroring" exact location.
https://www.youtube.com/watch?time_continue=80&v=wbWXNESUZ5w
Please check the attach image for exact location of screen mirroring button
Thanks

Is it possible to download my app preview images from iTunesConnect?

I created an app, that supports all the resolutions of apple devices. As a result, I have app preview images in the following resolutions:
iphone 6 plus
iphone 6
iphone 5
iphone 4 and below aspect ratio
ipad
The problem is, I deleted the images from my hard drive, and need the exact same images as I am adding app store descriptions in new languages. It would be very tedious to create the images again. Is there a way I can download the images I uploaded in their original resolution ?
EDIT: If I log into itunesconnect and try to right click on the images and copy / download, the images downloaded are of much lower resolution. Any suggestions ?
You can copy/download an app preview image with the same resolution as you added it. Click on the image in iTunesConnect and then you will see your image with original resolution in full screen mode.

record app using iOS and Yosemite, but can only see black screen

I am trying to record a video of my app using QuickTime and the new iOS record feature in Yosemite. Problem is all I get is a black screen. Can anyone assist?
I found the solution. It wasn't able to see video until I switched from my Blue microphone to the iPad's built-in one.
in the QuickTime Player go to > File > New Movie Recording
Click the Arrow (that points down) next to the red Circle
in the Camera choose your iOS device , if it not showing , unplug and plug your iOS device again. if you would like to record the sounds that your iOS makes , change the Microphone as well.
Hope this helps.

Is there a different way to view the iOS Simulator in Xcode 5 / Am I viewing my button correctly?

So I'm doing the Ray Wenderlich tutorials on iOS, and I'm doing the button tutorial. When I run the app, I get something that looks like this:
I have two questions:
I often see simulators show up in the form of an actual iPhone and was wondering if that was possible, or if that rectangle is the only way to view it?
The reason I'm asking is when I connected the button to an action (It says 'Pressed!'). So, is it supposed to show up in the box (bottom right) only, or should it should up on the simulator itself- mimicking what the user would see on-screen?
Regarding your first question: Probably a problem with screen size. See also here How can I restore the iPad frame around iOS Simulator 5.1?
The output seen in the screenshot is produced with NSLog and won't be seen on the device. You need to add an UILabel or such and set its text.
In the Simulator menu, try selecting Window then Scale and go to 50%. The retina models are far too big on my screen. Also, the old iOS 6 simulator with standard iPhone did look like a real phone, so examples from a while ago will look different.
If you want to support iOS 6.x, you can load it into Xcode. From Xcode main menu, select Xcode and then Preferences, and go to the Downloads tab.