Sony DCR-TRV350 - Anyone EVER get this camera to be recognized in FCP?

Theere is the question - has anyone EVER gotten this camera to be recognized by any FCP product.
I have a ton of old HI8 tapes and I really want to import them directly.

FIRST PART - written before FCP worked with camera on
Okay Captain. If you're still awake (probably are as you are on the west coast I think) here is where I am...
Your step-by-step said to turn on camera first, which I did.
FCP will not start with the camera on - in fact, the rainbow circle was spinning and I was even interupted while typing this post - the computer stopped responding to my typing and all I had was a moveable spinning rainbow.
Get this... I turn off the camera and Whalla!
FCP loads up and I have access to my system again.
NOTE: FCP went through all the "loading" and...
SECOND PART -
okay that was weird - I closed FCP, turned on camera and tried again... this time FCP loaded right up.
I followed your steps...
Closed the canvas, timeline, and preview
APPLE-8
set to "non-controlable device"
pressed play - no video in window
bottom of window reads "no communication"
NOTE: I have confirmed that the link between camera and computer is good
I must admit, I am skeptical that we can get this to work, but I am also allowing myself to get a little excited that you may be able to help?
fingers crossed...
Dwaine

Similar Messages

  • HT4807 anyone ever get this message? "The application Logic Pro can't be opened - 1712"

    anyone ever get this message? "The application Logic Pro can't be opened - 1712"

    More information please...
    What OS X are you running and what is the version of Logic...

  • I am trying to connect my Sony DCR-TRV350 to iMovie so that I can make DVD's from family videos.  I am having problems getting the video camera connected.  Any advice on how to do this?

    I am trying to connect my Sony DCR-TRV350 to iMovie so that I can make DVD's from family videos.  I am having problems getting the video camera connected.  Any advice on how to do this?

    What happens when, after you connect your cam, you go to File > Import Media?
    But before that, does your cam require you to export your video files upon USB connection? I have a JVC Everio HD and I have to "Export to Library" from the cam's menu first-thing. This was true even in prior iMovie versions.

  • TS1717 I get the following error message after installing the latest version of itunes via auto update:  "the itunes Library file cannot be saved. An unknown error occurred (-54). Has anyone ever seen this message and anyone have a suggestion what to do?

    I get the following error message after installing the latest version of itunes via auto update:  "the itunes Library file cannot be saved. An unknown error occurred (-54). Has anyone ever seen this message and anyone have a suggestion what to do?

    Hi pholewinski!
    I have a couple of articles for you here that I believe will help you with this issue. The first is an article on advanced troubleshooting, and it can be found here:
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/ts3297
    If following that article's steps doesn't take care of the issue, you can try the things listed in this article, which is about permissions issues in iTunes:
    iTunes: Missing folder or incorrect permissions may prevent authorization
    http://support.apple.com/kb/TS1277
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Does anyone ever get customer service from this company?

    Does anyone ever get customer service from this company? I have been trying to find out how to rotate the view of a page in digital editions by 90 degrees so I can read my digital download. I am going in circles

    gaylyn -- What kind of problem are you having?  If you tell us, we can help you figure out where to ask your question.  Is it about a password problem? If it is, tell us which password, OK?  To your Mac, or to a program?   Or is it something else?

  • HT1267 I plugged my iPhone 4 into my computer with the USB charger cable, and the screen went blank and came up with a picture of the usb cable with an arrow pointing to iTunes....Can anyone help get this fixed????

    I plugged my iPhone 4 into my computer with the USB charger cable, and the screen went blank and came up with a picture of the usb cable with an arrow pointing to iTunes....Can anyone help get this fixed????

    Connect your iPhone to iTunes and restore or follow the prompts.

  • Has anyone ever seen this error

    We just launched a vaccation tracking app with a coldfusion
    front end and an access 97 backend (dont ask). The app was tested
    for over a month and passed all tests. However we never tested for
    volume, or amount of users hitting the app. On the backend, we have
    an access table linked to a text file. Again, this tested out
    perfectly over the past month. This morning after release to the
    entire company of about 2,000 people, users began reporting this
    error:
    The text file specification 'EmployeeList Link
    Specification6' does not exist. You cannot import, export, or link
    using the specification.
    Some users logged in to the app successfully and some
    recieved this error. For those that recieved the error, we had them
    back out and re-login and then the app worked just fine.
    Has anyone ever seen this or have a guess as to what is going
    on?

    Hi,
    The right way would be to use a "real" database server.
    But you can test if db-caching can improve the issue.
    With each <cfquery> you can set a cachedwithin
    parameter. Using that should allow you to query the Access db once,
    and then have CF keep the query results in memory (for the DB as
    well as the text-file).
    You could query the complete database with no filtering this
    way, and then filter the data using QueryofQuery to output only
    records for specific users/groups/regions.
    You also need to make sure the settings in CF admin are
    configured right for this.
    The more often the database content is updated, the slower
    this solution will get though.
    cheers,
    fober
    ps. for the cachedwithin parameter in the query set a
    timeframe of forever, so the recordset never gets updated, and then
    actually execute a new query to update the recordset at the end of
    your "save a vacation" or "updated a vacation" functions. This way
    the app would only read the db when a real change to the records
    occurred.
    But like I said with 2000 users, even that may not be enough
    to get the app performing.

  • Anyone Ever Seen This Before?

    Hello,
    Has anyone ever seen this before: http://digitalmarketing1.com/MacErrorPicture.jpg
    Running an IMac Intel Core 2 Duo 2.33 GHz, Microsoft Entourage 2004 for Mac v 11.3.6.
    Opened Entourage and selected some of the tons of spam > hit Delete and there you have it! Wasn't really sure how to answer this one! It was like a Bill Gates trick question for Mac users. I had to have someone else come in the office to make sure I wasn't having a stroke or something.
    I did eventually select the highlighted button after a coin flip, but to no avail. Nothing happened. Selected the other button then thinking that MUST be the right answer! Nothing...
    Finally, an end task was the right answer. Seems to have gone away for now, but Entourage still crashes quite often. Rebuilt email, repaired permissions, etc. Nothing appears to be wrong, but clearly something was amiss.
    Any ideas?

    An unexpected exception has been detected in native
    code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION
    occurred at PC=0x92150b9
    Function name=(N/A)
    I get this error when I call the same native function
    twice.Yes, many people have seen it many times when doing JNI.
    The usual reasons;
    -In the vast majority of cases (think 99.9%) there is a bug in the C/C++ code that does JNI. As usual a pointer is the problem.
    -Very, very rarely there might be a problem with something else. Like the jvm or a third party library.

  • Has anyone ever seen this?

    Ive been having major problems with my ipod
    -making a scratching sound when trying to load
    -Folder with exclamation point is showing
    -cant get to play any music whatsoever.
    So I been on here for about 5 hours trying to figure it out
    I tried reseting on the computer. that worked until I tried to reload my songs on the ipod.
    So I got rid of all ipod updaters on my computer and reinstalled the newest one.
    and now this happened
    http://img72.imageshack.us/img72/6141/ipodservice9hb.png
    Has anyone ever seen this before?
    Can anyone help me out?
    thanks
    sorry if this is the wrong forum

    Well Tyler....I've seen something like your problem before, but i'm afraid i can't be of much help. I saw the problem because it happened to me before, and my iPod needed to be sent into Apple for repair, i believe they need to reconnect the hard drive on it....well hopefully someone here can help you out, because mine was a matter of being sent in.

  • Just recently my messages app will not rotate out of horizontal view.  All other apps do - anyone ever have this happen?

    Help list,
    Just recently my messages app will not rotate out of horizontal view.  All other apps do - anyone ever have this happen? Know what I can do?
    Allen

    I also forgot to note that this problem also persists with the new iBooks application. I cannot get past the 'Get Started' screen or access the iBooks Store. Again, all top bar menus are unresponsive.
    DT

  • Does anyone ever get a human being when calling prepaid support at 888-294-6804?an stay on the line, but it just keeps repeating the menu options and eventually hangs up on me.  That is really irrita

    Does anyone ever get a human being when calling prepaid support at 888-294-6804? It tells me call volumes are higher then normal and I can stay on the line, but it just keeps repeating the menu options and eventually hangs up on me.  That is really irritating!!  I'd at least like the option to wait on hold.  I guess I should have listened to the warnings about prepaid support before switching to prepaid last week.
    The reason I'm calling support is I'd like to know when I will be getting the extra 500MB of data when signing up for auto pay.  This is one of the reasons I switched to a 4G Allset plan.  I signed up for auto pay promptly after setting up my online account when I switched from post paid to pre paid on Thursday July 17, 2014.

        I'm sorry you are having trouble reaching a representative, mhaider60. When calling our Prepaid department you can reach a representative using the following number and prompts: 888-294-6804 when prompted, select 4, 6, and 4 to reach a representative.
    AndreaS_VZW
    Follow us on Twitter @VZWSupport

  • Has anyone ever had this problem and know how to fix it!!! I upload songs on to my ipod and they appear on the ipod in iTunes but after I disconnect they are not on my ipod!

    has anyone ever had this problem and know how to fix it ?? I upload songs on to my ipod and they appear on my ipod in itunes but after i disconnect  (the correct way) the songs do not appear on my ipod. If i plug the ipod back into my computer it still shows them as being on my ipod through itunes but not when i disconnect please please please help!! thankyou! (Also the songs i'm trying to upload are cd's that i have brought)

    See Grouping tracks into albums, in particular the section Missing Artist or Album not with others by same artist.
    tt2

  • HT203200 has anyone ever had this problem? seems to be a problem in itunes, as i am having no problems downloading other files."There was a problem downloading "Outlander / Howard McCain". An unknown error occurred (-50)."

    has anyone ever had this problem? seems to be a problem in itunes, as i am having no problems downloading other files."There was a problem downloading “Outlander / Howard McCain”. An unknown error occurred (-50)."
    kinda suck to pay for something you cant use!..

    Try fixing up the validation issues...
    http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.stereogol.com%2Faudi o%2Fwimpy_podcast.php
    Not promising it will help, but it's worth a shot.

  • Update not available - anyone else getting this problem?

    I have LR4 and just clicked 'Check for Updates' and keep getting update check unsucessful and its keeps telling me to check internet connection even though thats working.
    Anyone else getting this error? I'm just wondering if its maybe with the update being released soon perhaps?

    There's another thread running: "No check for updates"

  • Ios6.1, now unable to connect to junos pulse. anyone else getting this message.  connecting using safari

    ios6.1, now unable to connect to junos pulse. anyone else getting this message.  connecting using safari

    Hello Irian and Sue,
    I can connect to the Oracle database using SQL Plus. Now when i TNSPING ORACLE from command line i get the following message :
    Used parameter files:
    D:\app\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =localhost
    *)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORACLE)))*
    TNS-12537: TNS:connection closed
    Thanks for your response to my initial post.Do u have any other methods to resolve this?

Maybe you are looking for

  • I recently downgraded from Mountain Lion back to Snow Leopard and I forgot to export my bookmarks.

    Unfortunately downgrading from Mountain Lion back to Snow Leopard means I need to wipe the hard drive and install everything from scratch. That takes hours, and I've already done the bulk of the work, twice actually since I forgot to back up my photo

  • Encoding issue with " " Less than sign

    Hello Experts,    I am working on Receiver Webservice scenario where I am facing issue with "<" less than sign. SAP XI system automatically replace it with "<" sign. I can see the changed value in Audit log of communication channel. Web service is no

  • SAVE_TEXT (an exception (cx_sy_no_handler) occurred)

    Hi Abapers, I am facing a problem when using SAVE_TEXT inside a BADI. In debugging mode, when the program control comes on Call Function 'Save_Text' statement and I press 'F5' or 'F6', it shows me a message 'an exception (cx_sy_no_handler) occurred'.

  • Pagination and first_rows hint

    For a report region, how does HTML DB pagination work if the query has a first_rows hint in it? The pagination scheme I am talking about is the "simplest" one, Rows X to Y with next/previous links. Suppose I have a large resultset (in the thousands).

  • Apple Care with iMac query

    When I get an iMac, I'm planning on taking out the Apple Care cover. I live in the UK. When I have needed service on my iPad (3rd gen) which has Apple Care cover, I'm given three options, one is take to an Apple Store, two is Apple will send me out a