c# - USB How do you create a bootable custom USB application? -


Many LCD TVs nowadays have USB ports so that you can plug in your camera and it will be a camera gallery on TV.

I want to write a gallery program that, when plugged into a TV, will start playing through images on a USB device. How would I do this? Is it possible to write some types of OS / applications that can run on a single USB device?

will depend entirely on the firmware of that television, even if it is supported. If this happens, then it will need to see the details of how to do this.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -