Preface:
This is an essay, of sorts, compiling all of the information about the Dsi Capture Card that I could find. Information may be missing or inaccurate, but what I present is my current understanding of the project.
I have an interest in reviving the concept and properly archiving every step of the process so that anyone can make a Dsi capture system. Though I didn't succeed in making the project available for people, I do hope this is a step in the right direction.
I’ll start the story and go into as much of the technical side as I can manage. If you wish to skip the story, head to the “Technical” section.
If I come across any information that may be useful, I'll be sure to make an edit on this post.
Is there a practical reason to have a Dsi capture card when the Original DS and the New 3DS/2DS family of systems can do everything the Dsi can do and more?
No, no there isn’t.
For someone like myself who adores the Dsi platform, the idea and novelty of a Dsi capture card is very interesting to me. From what I can find, the Dsi Capture card has been lost to time. Thanks to the Internet Archive’s Wayback Machine, what was once lost can hopefully be found.
Body:
Katsukity was the sole provider of Dsi Capture systems and, as far as I could tell, one of the major players in the DS/3DS capture card providers and installers in the mid to late 2010s. That was up until September 13th, 2016, when the Dsi Capture systems were removed from Katsukity’s shop. I was unable to find a direct reason as to why the sale stopped, but a quote from the Nisetoro Wiki suggested difficulty as over 40 cables were needed. On the store page, you can see how a custom bottom shell was needed in order to house that capture unit.
That, and I’d assume a lack of of sales due to the prevalence of 3DS capture systems must have led to that product being phased out. This is just my best guess based on nothing
On February 2nd, 2019, Twitter (X) user u/Really_Tall reposed a u/akiba365 tweet from February 1st claiming that Katsukity went bankrupt.
Their Twitter (X) has been inactive since July 2018, their YouTube has been inactive since June 2018, and their website and blog have all been shuttered ( I won't hyperlink these two as one redirects to a scam). Their Facebook Page also seems to have the suffered the same fate, but I cannot confirm that. From my current understanding, Katsukity has disappeared from the internet and took whatever knowledge, hardware and software with them.
Katsukity’s partner in Europe, Stefan Merki, and American Inventor Neal Tew (Loopy) appear to still manufacture, install, and sell capture cards on their website, but only for the Classic DS and New 3DS/2DS. As of the writing of this post, Merki is still active on the website’s Discord Page (see their website for the invite link) and Loopy is active on their forum
It is on Merki’s Discord Server that I was able to find a lot of information regarding the Dsi Capture System and its development. The most important, being, a video posted to Nicovideo by the user ピピン (Pippin).
This video, dating back to May 21st, 2010, shows the process of making a Nisetoro Capture card for the Dsi and its success (The videos loaded better for me on Firefox).
Their blog, which can only be accessed through Internet Archive’s Wayback Machine, has their project as well as a ZIP containing the pinout for the DSI to Chameleon USB connection and various pieces of software (For lack of a better term for .svf, .dpf, .pin, .pof, .qpf,.qsf and .v files)
From here, I’ll go into the technical side of this.
In Pippin’s video, all of the test pins tapped and attached to a Chameleon USB were listed on their blog.
There, with the pinout sheet in a ZIP file containing various pieces of software (more on that later). I translated the parts into English.
Katsukity’s store page for the Dsi capture kits mentions a different capture card. I could not find anything on this capture device, but I'd assume that the creator of the Chameleon wouldn't like Katsukity trademarking the design. So they made a close approximation (pure guess).
A suspected Katsukity capture unit was purchased by Reddit and GBA Temp user Lime_Cupboard. In the photos they provided of the capture unit, it is clear that Katsukity used a Chameleon board just as Pippin did and the "Cameron" is likely to be a translation error or typo by whoever made the website. I cannot discount the idea of blatantly lying on the store page so as to not infringe on any copyright or trademark. At this point, it doesn't matter.
On the Fake TroCaptcha website, the process for creating a capture card for the Original DS was explained further. I can only vaguely see the images of the Chameleon board that Pippin has in their blog, but as far as I can tell, it is the same board.
https://preview.redd.it/did-the-dsi...bp&s=5a3c4e557777214b30fba146ad187be597a9000b
Following the link on the board to this website with the Chameleon USB FX2 featured prominently as a “Hot” item. When searching their shop, which is local only as far as I can tell, the Chameleon USB FX2 MiniB Kit is out of stock and appears to have been discontinued in 2019 (If it means anything, that board version was V1.2 instead of V1.1, so even if it was available, I do not know if that’d cause issues). I contacted the board seller, but they were unwilling to offer kits (it's within their right, but a bit frustrating).
Assembly instructions and software for the kit were available on their website along with the list of components, the Gerber file, and the Wire Schematic file. The Gerber file was, as far as I could tell, useless as it only shows one layer (The silkscreen, I think). That may be a consequence of modern Gerber viewers trying to read the file, or intentional to keep people from printing their own boards. I tried multiple Gerber viewers, and the output was the same.
Searching Google for the Chameleon brings up an OSHPark shared file of a Chameleon USB FX2 by user splash5. Though this board appears to use the same chips, its circuit layout and components look entirely different than the one Pippin used and the one on the “How to make a Fake tro capture” page. To my untrained eyes, the traces go to different places which leads me to believe this board would never work.
https://preview.redd.it/did-the-dsi...bp&s=ea324a5a9a34e6117832df364c602bd66069bd6f
Going through splash5’s Github page, it would seem they are implementing a Chameleon for game capture on the Wonderswan.
That is the first major hurdle. Where can I get a comparable board? Does the Chameleon USB FX2 need to be recreated from the images in these forums?
For the software side, it is my understanding that Pippin already provided it within the ZIP. In the description of their video, they say that the software is the same as the Original DS. This is, of course, assuming that the software is the same as the one used back in 2010.
Opening the various files in Notepad++ reveals that Pippin used the Quartus II Design Environment from Intel/Altera for this project.
Going through each file:
The Serial Vector Formal File (.svf) is used for board testing, debugging, and production programming. It appears to be a log.
The Design Protocol File (.dpf) is a software information storage for the Quartus environment.
The Pin Assignment File (.pin) contains the I/O pin name, number location, direction, and I/O standard for all used and unused pins within the design.
The Quartus Prime Project File (.qpf) contains basic information about the version of Quartus used. It also lists the revisions for the project. In this case, the name of the project.
The Quartus Prime Setting File (.qsf) contains project and entry-level assignments and settings for the project.
The Verilog Design Fil (.v) for the project.
Lastly, the Programmer Object File (.pof) which contains the data for programming the MAX II (one main chip on the Chameleon board). I wasn't able to open this in Notepad++ as it only returned jibberish.
The capture software was properly archived by the group/person who did the "How to make a fake tro capture" guide. There isn't much that I can do with it, but it's good to know it still exists.
Recreating DSi capture system is well beyond my ability, I will be the first to say that. I do hope this information can help some who can revive this unique blip in DS console history.
====Resources and Additional Links====
Wayback machine's last image of Katsukity’s sites:
That is simply something I can not do right now.
The Chameleon kits are simply impossible to find or have just been left behind for better project boards.
If I wanted to get my hands on a Chameleon board, I'd either have to get the PCB print file from the creator/license holder, or somehow recreate it myself. I can tell you right now, that is beyond my current abilities.
I am, however, somewhat confident that the software that is loaded onto the Chameleon and Capture program still exists leaving the challenge of a DSi Capture device solely on the board kit.
For anyone who reads this, I do hope that this pinout I made is helpful.
This is a pinout referencing the pinout from Pippin as well as the DSi XL test points on DSiBrew. I have to trust it is accurate as I do not know of a way to test it otherwise. Entries highlighted in Red have the same comment, but the numbering sequence suggests the order I put them is correct.
Anyway, that is enough for me.
I originally posted this on Reddit, but I was very interested in hearing what everyone here has to say.
This is an essay, of sorts, compiling all of the information about the Dsi Capture Card that I could find. Information may be missing or inaccurate, but what I present is my current understanding of the project.
I have an interest in reviving the concept and properly archiving every step of the process so that anyone can make a Dsi capture system. Though I didn't succeed in making the project available for people, I do hope this is a step in the right direction.
I’ll start the story and go into as much of the technical side as I can manage. If you wish to skip the story, head to the “Technical” section.
If I come across any information that may be useful, I'll be sure to make an edit on this post.
=====Story====
Introduction:Is there a practical reason to have a Dsi capture card when the Original DS and the New 3DS/2DS family of systems can do everything the Dsi can do and more?
No, no there isn’t.
For someone like myself who adores the Dsi platform, the idea and novelty of a Dsi capture card is very interesting to me. From what I can find, the Dsi Capture card has been lost to time. Thanks to the Internet Archive’s Wayback Machine, what was once lost can hopefully be found.
Body:
Katsukity was the sole provider of Dsi Capture systems and, as far as I could tell, one of the major players in the DS/3DS capture card providers and installers in the mid to late 2010s. That was up until September 13th, 2016, when the Dsi Capture systems were removed from Katsukity’s shop. I was unable to find a direct reason as to why the sale stopped, but a quote from the Nisetoro Wiki suggested difficulty as over 40 cables were needed. On the store page, you can see how a custom bottom shell was needed in order to house that capture unit.
That, and I’d assume a lack of of sales due to the prevalence of 3DS capture systems must have led to that product being phased out. This is just my best guess based on nothing
On February 2nd, 2019, Twitter (X) user u/Really_Tall reposed a u/akiba365 tweet from February 1st claiming that Katsukity went bankrupt.
Their Twitter (X) has been inactive since July 2018, their YouTube has been inactive since June 2018, and their website and blog have all been shuttered ( I won't hyperlink these two as one redirects to a scam). Their Facebook Page also seems to have the suffered the same fate, but I cannot confirm that. From my current understanding, Katsukity has disappeared from the internet and took whatever knowledge, hardware and software with them.
Katsukity’s partner in Europe, Stefan Merki, and American Inventor Neal Tew (Loopy) appear to still manufacture, install, and sell capture cards on their website, but only for the Classic DS and New 3DS/2DS. As of the writing of this post, Merki is still active on the website’s Discord Page (see their website for the invite link) and Loopy is active on their forum
It is on Merki’s Discord Server that I was able to find a lot of information regarding the Dsi Capture System and its development. The most important, being, a video posted to Nicovideo by the user ピピン (Pippin).
This video, dating back to May 21st, 2010, shows the process of making a Nisetoro Capture card for the Dsi and its success (The videos loaded better for me on Firefox).
Their blog, which can only be accessed through Internet Archive’s Wayback Machine, has their project as well as a ZIP containing the pinout for the DSI to Chameleon USB connection and various pieces of software (For lack of a better term for .svf, .dpf, .pin, .pof, .qpf,.qsf and .v files)
From here, I’ll go into the technical side of this.
====Technical====
From here, I have to stick a disclaimer. As much as it pains me to say, anything involving Circuit Boards and programming is well beyond my understanding. I will continue with any and all information that I have pointing to the components and software used for the project, but I will not pretend to understand any of it. Forgive my ignorance in advance.In Pippin’s video, all of the test pins tapped and attached to a Chameleon USB were listed on their blog.
There, with the pinout sheet in a ZIP file containing various pieces of software (more on that later). I translated the parts into English.
Katsukity’s store page for the Dsi capture kits mentions a different capture card. I could not find anything on this capture device, but I'd assume that the creator of the Chameleon wouldn't like Katsukity trademarking the design. So they made a close approximation (pure guess).
A suspected Katsukity capture unit was purchased by Reddit and GBA Temp user Lime_Cupboard. In the photos they provided of the capture unit, it is clear that Katsukity used a Chameleon board just as Pippin did and the "Cameron" is likely to be a translation error or typo by whoever made the website. I cannot discount the idea of blatantly lying on the store page so as to not infringe on any copyright or trademark. At this point, it doesn't matter.
On the Fake TroCaptcha website, the process for creating a capture card for the Original DS was explained further. I can only vaguely see the images of the Chameleon board that Pippin has in their blog, but as far as I can tell, it is the same board.
https://preview.redd.it/did-the-dsi...bp&s=5a3c4e557777214b30fba146ad187be597a9000b
Following the link on the board to this website with the Chameleon USB FX2 featured prominently as a “Hot” item. When searching their shop, which is local only as far as I can tell, the Chameleon USB FX2 MiniB Kit is out of stock and appears to have been discontinued in 2019 (If it means anything, that board version was V1.2 instead of V1.1, so even if it was available, I do not know if that’d cause issues). I contacted the board seller, but they were unwilling to offer kits (it's within their right, but a bit frustrating).
Assembly instructions and software for the kit were available on their website along with the list of components, the Gerber file, and the Wire Schematic file. The Gerber file was, as far as I could tell, useless as it only shows one layer (The silkscreen, I think). That may be a consequence of modern Gerber viewers trying to read the file, or intentional to keep people from printing their own boards. I tried multiple Gerber viewers, and the output was the same.
Searching Google for the Chameleon brings up an OSHPark shared file of a Chameleon USB FX2 by user splash5. Though this board appears to use the same chips, its circuit layout and components look entirely different than the one Pippin used and the one on the “How to make a Fake tro capture” page. To my untrained eyes, the traces go to different places which leads me to believe this board would never work.
https://preview.redd.it/did-the-dsi...bp&s=ea324a5a9a34e6117832df364c602bd66069bd6f
Going through splash5’s Github page, it would seem they are implementing a Chameleon for game capture on the Wonderswan.
That is the first major hurdle. Where can I get a comparable board? Does the Chameleon USB FX2 need to be recreated from the images in these forums?
For the software side, it is my understanding that Pippin already provided it within the ZIP. In the description of their video, they say that the software is the same as the Original DS. This is, of course, assuming that the software is the same as the one used back in 2010.
Opening the various files in Notepad++ reveals that Pippin used the Quartus II Design Environment from Intel/Altera for this project.
Going through each file:
The Serial Vector Formal File (.svf) is used for board testing, debugging, and production programming. It appears to be a log.
The Design Protocol File (.dpf) is a software information storage for the Quartus environment.
The Pin Assignment File (.pin) contains the I/O pin name, number location, direction, and I/O standard for all used and unused pins within the design.
The Quartus Prime Project File (.qpf) contains basic information about the version of Quartus used. It also lists the revisions for the project. In this case, the name of the project.
The Quartus Prime Setting File (.qsf) contains project and entry-level assignments and settings for the project.
The Verilog Design Fil (.v) for the project.
Lastly, the Programmer Object File (.pof) which contains the data for programming the MAX II (one main chip on the Chameleon board). I wasn't able to open this in Notepad++ as it only returned jibberish.
The capture software was properly archived by the group/person who did the "How to make a fake tro capture" guide. There isn't much that I can do with it, but it's good to know it still exists.
Recreating DSi capture system is well beyond my ability, I will be the first to say that. I do hope this information can help some who can revive this unique blip in DS console history.
====Resources and Additional Links====
Wayback machine's last image of Katsukity’s sites:
- Facebook Page - https://web.archive.org/web/20150818204457/https://www.facebook.com/GameDirectShop
- Blog - https://web.archive.org/web/20200114223750/http://videogamecapture.blogspot.com/
- Store - https://web.archive.org/web/20190119190741/https://www.3dsvideocapture.com/
- Store (with Dsi Capture Kits Available) - https://web.archive.org/web/20160416035313/http://www.3dsvideocapture.com/product-list/2
- More problems with DSi video out from Katsukity:
- The End of Katsukity 3DS Capture Cards (for now?)
- “They pretty much archived Katsukity's capture card programs before Katsukity closed up shop” GBAtemp https://gbatemp.net/threads/anyone-know-where-to-find-katsukittys-keity-3ds-capture-software.578522/
- blog::non-standard.com: https://web.archive.org/web/20240328075853/http://blog-non-standard.blogspot.com/
- Reddit Post of Katsukity’s Bankruptcy
- GBAtemp Post of Katsukity's Bankruptcy.
- Loopy’s Forum https://3dscapture.com/forum/index.php
- Nisetoro Capture Forum https://www.tapatalk.com/groups/nisetorocapture/
- A Blog by the user ぶんじろう (Bunjiro) who posted info and links related to the Fake toro Captcha! project for the Original DS. http://exitbun.blog.fc2.com/
- You can make it too! Fake Toro Capture Creation Course (Preparation) - Nico Nico Douga (nicovideo.jp)
====DSI XL Capture System====
I have this pie-in-the-sky dream of assembling and using a DSi XL with a capture card in it, but what my research dug up was a need for commissioning people much smarter than I to create the capture board and injecting the code.That is simply something I can not do right now.
The Chameleon kits are simply impossible to find or have just been left behind for better project boards.
If I wanted to get my hands on a Chameleon board, I'd either have to get the PCB print file from the creator/license holder, or somehow recreate it myself. I can tell you right now, that is beyond my current abilities.
I am, however, somewhat confident that the software that is loaded onto the Chameleon and Capture program still exists leaving the challenge of a DSi Capture device solely on the board kit.
For anyone who reads this, I do hope that this pinout I made is helpful.
This is a pinout referencing the pinout from Pippin as well as the DSi XL test points on DSiBrew. I have to trust it is accurate as I do not know of a way to test it otherwise. Entries highlighted in Red have the same comment, but the numbering sequence suggests the order I put them is correct.
Anyway, that is enough for me.
I originally posted this on Reddit, but I was very interested in hearing what everyone here has to say.
Last edited by KIlly728,