Homebrew Hardware video decoder?

Peanut42

Active Member
OP
Newcomer
Joined
Jun 27, 2015
Messages
44
Trophies
0
XP
194
Country
Mexico
Hi!

I want to send a stream of images to my Nintendo 3DS, but, before writting any code, I was thinking how I can get a good framerate through Wi-Fi. The chanllenge is send both top and bottom screens, so the bytes needed are as follow:

Bottom screen = 320 x 240 x 3 bytes = 230400 bytes
Top screen = 400 x 240 x 3 bytes = 288000 bytes

So, is a total of 518400 bytes (507 KiB). I will be sending 24 x 500 KB byes every second, so I want to reduce the amount of bytes sent. I would like to reduce it, by encoding the images, or "video", using a native video hardware decoder for the nintendo 3DS.

Does the Nintendo 3DS have a native hardware decoder or something as fast as possible?
 

Megalegacy98

Well-Known Member
Member
Joined
Aug 11, 2015
Messages
505
Trophies
0
Location
United States
XP
430
Country
United States
Hi!

I want to send a stream of images to my Nintendo 3DS, but, before writting any code, I was thinking how I can get a good framerate through Wi-Fi. The chanllenge is send both top and bottom screens, so the bytes needed are as follow:

Bottom screen = 320 x 240 x 3 bytes = 230400 bytes
Top screen = 400 x 240 x 3 bytes = 288000 bytes

So, is a total of 518400 bytes (507 KiB). I will be sending 24 x 500 KB byes every second, so I want to reduce the amount of bytes sent. I would like to reduce it, by encoding the images, or "video", using a native video hardware decoder for the nintendo 3DS.

Does the Nintendo 3DS have a native hardware decoder or something as fast as possible?
The O3DS does not have a native hardware decoder. The N3DS does though.
 

Peanut42

Active Member
OP
Newcomer
Joined
Jun 27, 2015
Messages
44
Trophies
0
XP
194
Country
Mexico
So, stupid Nintendo make better hardware, more faster, with more features on the N3DS. I hate you so much Nintendo and yes, I have an O3DS.

For all in the thread, I was thinking then in compressing with a simple Deflate algorithm.

And just to be clear, Old3DS doesn't have hardware video decoder; BUT New3DS does.

Edit: Thanks for a quick response guys.
 
Last edited by Peanut42,

Rinnegatamante

Well-Known Member
Member
Joined
Nov 24, 2014
Messages
3,162
Trophies
2
Age
29
Location
Bologna
Website
rinnegatamante.it
XP
4,857
Country
Italy
If you want to use CPU decoding to not broke O3DS compatibility, you should take a look to JPGV format i wrote, it's a video format optimized for 3DS which have a basic compression algorithm (MJPEG as videocodec and Vorbis as audiocodec):

Info + PC Encoder: https://github.com/Rinnegatamante/lpp-3ds/tree/master/JPGV
3DS Decoder: https://github.com/Rinnegatamante/lpp-3ds/blob/master/source/luaVideo.cpp
3DS Video Player: http://gbatemp.net/threads/release-sunshell-a-powerfull-shell-for-3ds.382483/
 

Peanut42

Active Member
OP
Newcomer
Joined
Jun 27, 2015
Messages
44
Trophies
0
XP
194
Country
Mexico
If you want to use CPU decoding to not broke O3DS compatibility, you should take a look to JPGV format i wrote, it's a video format optimized for 3DS which have a basic compression algorithm (MJPEG as videocodec and Vorbis as audiocodec):

Excelent idea. I will try it later.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://youtu.be/MddR6PTmGKg?si=mU2EO5hoE7XXSbSr